Organisationsmiragemirage-crypto0b377c ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-05-10 16:15.10: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/204/head (0b377c8f3c542650b7f8f534b82f72613a398e84) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-crypto.git" && cd "mirage-crypto" && git fetch origin "refs/pull/204/head" && git reset --hard 0b377c8f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
# 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./
RUN opam pin add -yn mirage-crypto.dev './' && \
    opam pin add -yn mirage-crypto-rng.dev './' && \
    opam pin add -yn mirage-crypto-rng-mirage.dev './' && \
    opam pin add -yn mirage-crypto-rng-lwt.dev './' && \
    opam pin add -yn mirage-crypto-rng-eio.dev './' && \
    opam pin add -yn mirage-crypto-rng-async.dev './' && \
    opam pin add -yn mirage-crypto-pk.dev './' && \
    opam pin add -yn mirage-crypto-ec.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 async.v0.14.0 async_kernel.v0.14.0 async_rpc_kernel.v0.14.0 async_unix.v0.14.0 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bin_prot.v0.14.1 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 core.v0.14.1 core_kernel.v0.14.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 fieldslib.v0.14.0 fmt.0.9.0 hex.1.5.0 ipaddr.5.5.0 jane-street-headers.v0.14.0 jst-config.v0.14.1 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.5.0 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 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 octavius.1.2.2 ounit2.2.2.7 parsexp.v0.14.2 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.6.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.2 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.3 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.25.1 protocol_version_header.v0.14.0 randomconv.0.2.0 re.1.11.0 result.1.5 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 spawn.v0.15.1 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 textutils.v0.14.0 time_now.v0.14.0 timezone.v0.14.0 topkg.1.0.7 typerep.v0.14.0 uutf.1.0.3 variantslib.v0.14.0 yojson.2.1.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS
RUN opam install $DEPS
RUN opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-lwt,mirage-crypto-rng-async,mirage-crypto-pk,mirage-crypto-ec @doc || (echo "dune build @doc failed"; exit 2)


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


2024-05-10 16:15.10: Using cache hint "mirage/mirage-crypto-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-0dcbbf2a2fae29630bd2b10f5326efb4"
2024-05-10 16:15.10: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage-crypto.dev './' && \
             \nopam pin add -yn mirage-crypto-rng.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-lwt.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-eio.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-async.dev './' && \
             \nopam pin add -yn mirage-crypto-pk.dev './' && \
             \nopam pin add -yn mirage-crypto-ec.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 async.v0.14.0 async_kernel.v0.14.0 async_rpc_kernel.v0.14.0 async_unix.v0.14.0 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bin_prot.v0.14.1 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 core.v0.14.1 core_kernel.v0.14.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 fieldslib.v0.14.0 fmt.0.9.0 hex.1.5.0 ipaddr.5.5.0 jane-street-headers.v0.14.0 jst-config.v0.14.1 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.5.0 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 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 octavius.1.2.2 ounit2.2.2.7 parsexp.v0.14.2 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.6.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.2 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.3 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.25.1 protocol_version_header.v0.14.0 randomconv.0.2.0 re.1.11.0 result.1.5 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 spawn.v0.15.1 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 textutils.v0.14.0 time_now.v0.14.0 timezone.v0.14.0 topkg.1.0.7 typerep.v0.14.0 uutf.1.0.3 variantslib.v0.14.0 yojson.2.1.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 mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.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 depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-lwt,mirage-crypto-rng-async,mirage-crypto-pk,mirage-crypto-ec @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-05-10 16:15.10: Waiting for resource in pool OCluster
2024-05-11 09:47.21: Waiting for worker…
2024-05-11 09:57.43: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0b377c8 Merge pull request #1 from reynir/aead-into


(from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
Unable to find image 'ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb' locally
docker.io/ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb: Pulling from ocaml/opam
61aa86cd8a87: Pulling fs layer
61aa86cd8a87: Verifying Checksum
61aa86cd8a87: Download complete
61aa86cd8a87: Pull complete
Digest: sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Status: Downloaded newer image for ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
2024-05-11 09:57.43 ---> using "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe" 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-05-11 09:57.43 ---> using "646bc87e0f57317c5ebf610ed55d499e1a9858c6afbb70f9b3c1442beb0c0bc7" 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-05-11 09:57.43 ---> using "3efe606a65f6fe7269ee6813ddd2fa2c2714f24a04a227ae5fb5c7db864c4c57" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-05-11 09:57.43 ---> using "6225fba4323f2de754e24da77b187b22e091a3b5bdd8f66c82092a9cc9863ec9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 09:57.43 ---> using "35c4353ebc362a36ebb5c4ac3584cadf9893526dc08b896ef76d9b395ed9c850" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 09:57.43 ---> using "167082e53e3e0b5c6101e17be718ec3e4c289917b8e1d14e9b0bc7b95515b5c7" from cache


/src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
            (dst ./))
2024-05-11 09:57.43 ---> using "18554cdf79d197dc78c4478d863d0ca1f1247dc1e35856d436aa13d416347593" from cache


/src: (run (network host)
           (shell  "opam pin add -yn mirage-crypto.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng-lwt.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng-eio.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng-async.dev './' && \
                  \nopam pin add -yn mirage-crypto-pk.dev './' && \
                  \nopam pin add -yn mirage-crypto-ec.dev './'"))
[mirage-crypto.dev] synchronised (file:///src)
mirage-crypto is now pinned to file:///src (version dev)
[mirage-crypto-rng.dev] synchronised (file:///src)
mirage-crypto-rng is now pinned to file:///src (version dev)
[mirage-crypto-rng-mirage.dev] synchronised (file:///src)
mirage-crypto-rng-mirage is now pinned to file:///src (version dev)
[mirage-crypto-rng-lwt.dev] synchronised (file:///src)
mirage-crypto-rng-lwt is now pinned to file:///src (version dev)
[mirage-crypto-rng-eio.dev] synchronised (file:///src)
mirage-crypto-rng-eio is now pinned to file:///src (version dev)
[mirage-crypto-rng-async.dev] synchronised (file:///src)
mirage-crypto-rng-async is now pinned to file:///src (version dev)
[mirage-crypto-pk.dev] synchronised (file:///src)
mirage-crypto-pk is now pinned to file:///src (version dev)
[mirage-crypto-ec.dev] synchronised (file:///src)
mirage-crypto-ec is now pinned to file:///src (version dev)
2024-05-11 09:57.50 ---> saved as "4f72e6484a810a1f90420c97a63344962e95480d9a3e1e07d9b961db946379d0"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 async.v0.14.0 async_kernel.v0.14.0 async_rpc_kernel.v0.14.0 async_unix.v0.14.0 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bin_prot.v0.14.1 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 core.v0.14.1 core_kernel.v0.14.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 fieldslib.v0.14.0 fmt.0.9.0 hex.1.5.0 ipaddr.5.5.0 jane-street-headers.v0.14.0 jst-config.v0.14.1 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.5.0 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 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 octavius.1.2.2 ounit2.2.2.7 parsexp.v0.14.2 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.6.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.2 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.3 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.25.1 protocol_version_header.v0.14.0 randomconv.0.2.0 re.1.11.0 result.1.5 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 spawn.v0.15.1 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 textutils.v0.14.0 time_now.v0.14.0 timezone.v0.14.0 topkg.1.0.7 typerep.v0.14.0 uutf.1.0.3 variantslib.v0.14.0 yojson.2.1.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 mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (895 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-crypto.dev] synchronised (no changes)
[mirage-crypto-ec.dev] synchronised (no changes)
[mirage-crypto-pk.dev] synchronised (no changes)
[mirage-crypto-rng.dev] synchronised (no changes)
[mirage-crypto-rng-async.dev] synchronised (no changes)
[mirage-crypto-rng-lwt.dev] synchronised (no changes)
[mirage-crypto-rng-mirage.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


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


2024-05-11 09:58.06 ---> saved as "4260dd50ea0dfe3f4010e2a20c2670c0b5674d6fe3a09452dcfbfcbb74c10f24"


/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 cmdliner                1.2.0
  - install ocamlfind               1.9.6
  - install conf-gmp                4
  - install ocamlbuild              0.14.3
  - install seq                     base
  - install dune                    3.15.2
  - install base-bytes              base
  - install zarith                  1.13
  - install conf-gmp-powm-sec       3
  - install topkg                   1.0.7
  - install stdlib-shims            0.3.0
  - install spawn                   v0.15.1
  - install sexplib0                v0.14.0
  - install result                  1.5
  - install re                      1.11.0
  - install randomconv              0.2.0
  - install ppx_derivers            1.2.1
  - install octavius                1.2.2
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-compiler-libs     v0.12.4
  - install mirage-clock            4.2.0
  - install macaddr                 5.5.0
  - install jane-street-headers     v0.14.0
  - install duration                0.2.1
  - install domain-name             0.4.0
  - install csexp                   1.5.2
  - install cppo                    1.6.9
  - install uutf                    1.0.3
  - install mtime                   2.0.0
  - install fmt                     0.9.0
  - install astring                 0.8.5
  - install ounit2                  2.2.7
  - install ppxlib                  0.25.1
  - install ipaddr                  5.5.0
  - install dune-configurator       3.15.2
  - install yojson                  2.1.2
  - install ocplib-endian           1.2
  - install cstruct                 6.2.0
  - install alcotest                1.7.0
  - install ppx_pipebang            v0.14.0
  - install ppx_deriving            5.2.1
  - install mirage-clock-unix       4.2.0
  - install base                    v0.14.3
  - install lwt                     5.7.0
  - install hex                     1.5.0
  - install eqaf                    0.9
  - install ppx_deriving_yojson     3.6.1
  - install variantslib             v0.14.0
  - install typerep                 v0.14.0
  - install stdio                   v0.14.0
  - install ppx_stable              v0.14.1
  - install ppx_sexp_conv           v0.14.3
  - install ppx_optional            v0.14.0
  - install ppx_let                 v0.14.0
  - install ppx_js_style            v0.14.1
  - install ppx_here                v0.14.0
  - install ppx_fixed_literal       v0.14.0
  - install ppx_enumerate           v0.14.0
  - install ppx_compare             v0.14.0
  - install ppx_cold                v0.14.0
  - install parsexp                 v0.14.2
  - install fieldslib               v0.14.0
  - install mirage-time             3.0.0
  - install logs                    0.7.0
  - install ppx_variants_conv       v0.14.2
  - install ppx_typerep_conv        v0.14.2
  - install ppx_optcomp             v0.14.3
  - install ppx_custom_printf       v0.14.1
  - install ppx_sexp_value          v0.14.0
  - install ppx_sexp_message        v0.14.1
  - install ppx_hash                v0.14.0
  - install ppx_assert              v0.14.0
  - install sexplib                 v0.14.0
  - install ppx_fields_conv         v0.14.2
  - install mirage-time-unix        3.0.0
  - install mirage-runtime          4.5.0
  - install ppx_base                v0.14.0
  - install jst-config              v0.14.1
  - install bin_prot                v0.14.1
  - install mirage-unix             5.0.1
  - install ppx_string              v0.14.1
  - install time_now                v0.14.0
  - install ppx_bin_prot            v0.14.0
  - install ppx_module_timer        v0.14.0
  - install ppx_inline_test         v0.14.1
  - install ppx_expect              v0.14.2
  - install ppx_bench               v0.14.1
  - install splittable_random       v0.14.0
  - install base_quickcheck         v0.14.1
  - install ppx_jane                v0.14.0
  - install base_bigstring          v0.14.0
  - install core_kernel             v0.14.2
  - install timezone                v0.14.0
  - install protocol_version_header v0.14.0
  - install async_kernel            v0.14.0
  - install core                    v0.14.1
  - install async_rpc_kernel        v0.14.0
  - install textutils               v0.14.0
  - install async_unix              v0.14.0
  - install async                   v0.14.0
===== 101 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.14.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved async_kernel.v0.14.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved async_rpc_kernel.v0.14.0  (cached)
-> retrieved async_unix.v0.14.0  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved base_bigstring.v0.14.0  (cached)
-> retrieved base_quickcheck.v0.14.1  (cached)
-> retrieved bin_prot.v0.14.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved core.v0.14.1  (cached)
-> installed conf-gmp.4
-> retrieved core_kernel.v0.14.2  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fieldslib.v0.14.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved jane-street-headers.v0.14.0  (cached)
-> retrieved jst-config.v0.14.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-runtime.4.5.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mirage-time-unix.3.0.0  (cached)
-> retrieved mirage-unix.5.0.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (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 octavius.1.2.2  (cached)
-> installed cmdliner.1.2.0
-> installed num.1.5
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.14.2  (cached)
-> retrieved ppx_assert.v0.14.0  (cached)
-> retrieved ppx_base.v0.14.0  (cached)
-> retrieved ppx_bench.v0.14.1  (cached)
-> retrieved ppx_bin_prot.v0.14.0  (cached)
-> retrieved ppx_cold.v0.14.0  (cached)
-> retrieved ppx_compare.v0.14.0  (cached)
-> retrieved ppx_custom_printf.v0.14.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_deriving_yojson.3.6.1  (cached)
-> retrieved ppx_enumerate.v0.14.0  (cached)
-> retrieved ppx_expect.v0.14.2  (cached)
-> retrieved ppx_fields_conv.v0.14.2  (cached)
-> retrieved ppx_fixed_literal.v0.14.0  (cached)
-> retrieved ppx_hash.v0.14.0  (cached)
-> retrieved ppx_here.v0.14.0  (cached)
-> retrieved ppx_inline_test.v0.14.1  (cached)
-> retrieved ppx_jane.v0.14.0  (cached)
-> retrieved ppx_js_style.v0.14.1  (cached)
-> retrieved ppx_let.v0.14.0  (cached)
-> retrieved ppx_module_timer.v0.14.0  (cached)
-> retrieved ppx_optcomp.v0.14.3  (cached)
-> retrieved ppx_optional.v0.14.0  (cached)
-> retrieved ppx_pipebang.v0.14.0  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved ppx_sexp_message.v0.14.1  (cached)
-> retrieved ppx_sexp_value.v0.14.0  (cached)
-> retrieved ppx_stable.v0.14.1  (cached)
-> retrieved ppx_string.v0.14.1  (cached)
-> retrieved ppx_typerep_conv.v0.14.2  (cached)
-> retrieved ppx_variants_conv.v0.14.2  (cached)
-> retrieved protocol_version_header.v0.14.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved result.1.5  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved ppxlib.0.25.1  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved spawn.v0.15.1  (cached)
-> retrieved splittable_random.v0.14.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.14.0  (cached)
-> retrieved time_now.v0.14.0  (cached)
-> retrieved timezone.v0.14.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved typerep.v0.14.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved variantslib.v0.14.0  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed jane-street-headers.v0.14.0
-> installed mirage-clock.4.2.0
-> installed duration.0.2.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed randomconv.0.2.0
-> installed result.1.5
-> installed sexplib0.v0.14.0
-> installed spawn.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed octavius.1.2.2
-> installed hex.1.5.0
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed alcotest.1.7.0
-> installed yojson.2.1.2
-> installed dune-configurator.3.15.2
-> installed mirage-clock-unix.4.2.0
-> installed lwt.5.7.0
-> installed mirage-time.3.0.0
-> installed mirage-time-unix.3.0.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.5.0
-> installed mirage-unix.5.0.1
-> installed base.v0.14.3
-> installed fieldslib.v0.14.0
-> installed variantslib.v0.14.0
-> installed stdio.v0.14.0
-> installed typerep.v0.14.0
-> installed parsexp.v0.14.2
-> installed sexplib.v0.14.0
-> installed ppxlib.0.25.1
-> installed ppx_cold.v0.14.0
-> installed ppx_optcomp.v0.14.3
-> installed ppx_here.v0.14.0
-> installed ppx_enumerate.v0.14.0
-> installed ppx_fields_conv.v0.14.2
-> installed ppx_let.v0.14.0
-> installed ppx_stable.v0.14.1
-> installed ppx_typerep_conv.v0.14.2
-> installed ppx_variants_conv.v0.14.2
-> installed ppx_compare.v0.14.0
-> installed ppx_pipebang.v0.14.0
-> installed ppx_fixed_literal.v0.14.0
-> installed ppx_optional.v0.14.0
-> installed ppx_js_style.v0.14.1
-> installed ppx_deriving.5.2.1
-> installed ppx_sexp_conv.v0.14.3
-> installed ppx_hash.v0.14.0
-> installed ppx_deriving_yojson.3.6.1
-> installed ppx_sexp_value.v0.14.0
-> installed ppx_assert.v0.14.0
-> installed ppx_sexp_message.v0.14.1
-> installed ppx_custom_printf.v0.14.1
-> installed ppx_base.v0.14.0
-> installed jst-config.v0.14.1
-> installed ppx_string.v0.14.1
-> installed bin_prot.v0.14.1
-> installed time_now.v0.14.0
-> installed ppx_bin_prot.v0.14.0
-> installed ppx_module_timer.v0.14.0
-> installed ppx_inline_test.v0.14.1
-> installed ppx_bench.v0.14.1
-> installed ppx_expect.v0.14.2
-> installed splittable_random.v0.14.0
-> installed base_quickcheck.v0.14.1
-> installed ppx_jane.v0.14.0
-> installed base_bigstring.v0.14.0
-> installed core_kernel.v0.14.2
-> installed protocol_version_header.v0.14.0
-> installed timezone.v0.14.0
-> installed async_kernel.v0.14.0
-> installed async_rpc_kernel.v0.14.0
-> installed core.v0.14.1
-> installed textutils.v0.14.0
-> installed async_unix.v0.14.0
-> installed async.v0.14.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 10:01.11 ---> saved as "90849b27fd694e77be6fe6dd16d58a6ad518640c57aac6f50df0b764e616e6d4"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
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 -i conf-m4" ><><><><><><><><><><><><><><><><><>


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
# The following system packages are needed:
m4
The following actions will be performed:
  - install conf-m4 1


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# Run eval $(opam env) to update the current shell environment
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.15.2).
The following actions will be performed:
  - install fpath         0.7.3 [required by odoc]
  - install ptime         1.1.0 [required by crunch]
  - 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
===== 7 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed camlp-streams.5.0.1
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 10:04.15 ---> saved as "a93a5a980f9627d4801e7ac622d00f942f5cc5ffe109ece6dda266bf5f14c79b"


/src: (copy (src .) (dst /src/))
2024-05-11 10:04.16 ---> saved as "1b6cf4aadbc25d125dfe15d7402a24160fae76dc1d2a84a2fbaf9f16dfc7ad7e"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-lwt,mirage-crypto-rng-async,mirage-crypto-pk,mirage-crypto-ec @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/mirage-crypto -I ../../src/.mirage_crypto.objs/byte -o ../_odocls/mirage-crypto/mirage_crypto.odocl ../../src/.mirage_crypto.objs/byte/mirage_crypto.odoc)
File "src/mirage_crypto.mli", line 530, character 6 to line 533, character 44:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 311, character 6 to line 312, character 12:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 519, character 2
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 302, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 519, character 2
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 293, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 519, character 2
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 283, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 519, character 2
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 274, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 519, character 2
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 263, characters 6-80:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 519, character 2
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 413, character 10 to line 414, character 36:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 401, character 10 to line 402, character 74:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 385, character 10 to line 386, character 32:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 379, character 10 to line 380, character 32:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 366, character 10 to line 367, character 36:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 311, character 6 to line 312, character 12:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 302, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 293, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 283, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 274, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 263, characters 6-80:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 311, character 6 to line 312, character 12:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 302, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 293, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 283, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 274, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 263, characters 6-80:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 413, character 10 to line 414, character 36:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 401, character 10 to line 402, character 74:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 385, character 10 to line 386, character 32:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 379, character 10 to line 380, character 32:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 366, character 10 to line 367, character 36:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 311, character 6 to line 312, character 12:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 302, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 293, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 283, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 274, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 263, characters 6-80:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 486, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 311, character 6 to line 312, character 12:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 302, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 293, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 283, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 274, characters 6-66:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 263, characters 6-80:
Warning: While resolving the expansion of include at File "src/mirage_crypto.mli", line 474, character 6
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 413, character 10 to line 414, character 36:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 401, character 10 to line 402, character 74:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 385, character 10 to line 386, character 32:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 379, character 10 to line 380, character 32:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 366, character 10 to line 367, character 36:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 311, character 6 to line 312, character 12:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 302, characters 6-66:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 293, characters 6-66:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 283, characters 6-66:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 274, characters 6-66:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 263, characters 6-80:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 220, characters 6-53:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 32, characters 20-30:
Warning: Failed to resolve reference unresolvedroot(Cstruct) Couldn't find "Cstruct"
File "src/mirage_crypto.mli", line 30, characters 6-43:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/mirage-crypto-rng -I ../../rng/.mirage_crypto_rng.objs/byte -I ../../rng/unix/.mirage_crypto_rng_unix.objs/byte -I ../../src/.mirage_crypto.objs/byte -o ../_odocls/mirage-crypto-rng/mirage_crypto_rng.odocl ../../rng/.mirage_crypto_rng.objs/byte/mirage_crypto_rng.odoc)
File "rng/mirage_crypto_rng.mli", line 257, characters 25-37:
Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"
File "rng/mirage_crypto_rng.mli", line 254, characters 32-44:
Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "rng/mirage_crypto_rng.mli", line 108, character 6 to line 109, character 19:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "rng/mirage_crypto_rng.mli", line 28, characters 8-55:
Warning: Failed to resolve reference unresolvedroot(Mirage_crypto_rng_eio) Couldn't find "Mirage_crypto_rng_eio"
File "rng/mirage_crypto_rng.mli", line 26, characters 4-57:
Warning: Failed to resolve reference unresolvedroot(Mirage_crypto_rng_mirage) Couldn't find "Mirage_crypto_rng_mirage"
File "rng/mirage_crypto_rng.mli", line 25, characters 4-55:
Warning: Failed to resolve reference unresolvedroot(Mirage_crypto_rng_async) Couldn't find "Mirage_crypto_rng_async"
File "rng/mirage_crypto_rng.mli", line 24, characters 4-51:
Warning: Failed to resolve reference unresolvedroot(Mirage_crypto_rng_lwt) Couldn't find "Mirage_crypto_rng_lwt"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/mirage-crypto-rng-mirage -I ../../rng/.mirage_crypto_rng.objs/byte -I ../../rng/mirage/.mirage_crypto_rng_mirage.objs/byte -I ../../src/.mirage_crypto.objs/byte -o ../_odocls/mirage-crypto-rng-mirage/mirage_crypto_rng_mirage.odocl ../../rng/mirage/.mirage_crypto_rng_mirage.objs/byte/mirage_crypto_rng_mirage.odoc)
File "rng/mirage_crypto_rng.mli", line 257, characters 25-37:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"
File "rng/mirage_crypto_rng.mli", line 254, characters 32-44:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "rng/mirage_crypto_rng.mli", line 108, character 6 to line 109, character 19:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "rng/mirage_crypto_rng.mli", line 28, characters 8-55:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(Mirage_crypto_rng_eio) Couldn't find "Mirage_crypto_rng_eio"
File "rng/mirage_crypto_rng.mli", line 27, characters 4-53:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(Mirage_crypto_rng_unix) Couldn't find "Mirage_crypto_rng_unix"
File "rng/mirage_crypto_rng.mli", line 25, characters 4-55:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(Mirage_crypto_rng_async) Couldn't find "Mirage_crypto_rng_async"
File "rng/mirage_crypto_rng.mli", line 24, characters 4-51:
Warning: While resolving the expansion of include at File "rng/mirage/mirage_crypto_rng_mirage.mli", line 38, character 2
Failed to resolve reference unresolvedroot(Mirage_crypto_rng_lwt) Couldn't find "Mirage_crypto_rng_lwt"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/mirage-crypto-ec -I ../../ec/.mirage_crypto_ec.objs/byte -I ../../rng/.mirage_crypto_rng.objs/byte -I ../../src/.mirage_crypto.objs/byte -o ../_odocls/mirage-crypto-ec/mirage_crypto_ec.odocl ../../ec/.mirage_crypto_ec.objs/byte/mirage_crypto_ec.odoc)
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "ec/mirage_crypto_ec.mli", line 121, characters 6-69:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "ec/mirage_crypto_ec.mli", line 121, characters 6-69:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "ec/mirage_crypto_ec.mli", line 121, characters 6-69:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "ec/mirage_crypto_ec.mli", line 121, characters 6-69:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "ec/mirage_crypto_ec.mli", line 121, characters 6-69:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "ec/mirage_crypto_ec.mli", line 121, characters 6-69:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/mirage-crypto-pk -I ../../pk/.mirage_crypto_pk.objs/byte -I ../../rng/.mirage_crypto_rng.objs/byte -I ../../src/.mirage_crypto.objs/byte -o ../_odocls/mirage-crypto-pk/mirage_crypto_pk.odocl ../../pk/.mirage_crypto_pk.objs/byte/mirage_crypto_pk.odoc)
File "pk/mirage_crypto_pk.mli", line 525, characters 6-17:
Warning: Failed to resolve reference unresolvedroot(Z).t Couldn't find "Z"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "pk/mirage_crypto_pk.mli", line 372, characters 6-79:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "pk/mirage_crypto_pk.mli", line 364, characters 62-74:
Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"
File "pk/mirage_crypto_pk.mli", line 360, character 6 to line 361, character 32:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "pk/mirage_crypto_pk.mli", line 283, characters 8-76:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "pk/mirage_crypto_pk.mli", line 275, characters 8-76:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "src/mirage_crypto.mli", line 148, characters 44-62:
Warning: Failed to resolve reference unresolvedroot(iter) Couldn't find "iter"
File "pk/mirage_crypto_pk.mli", line 222, characters 8-76:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "pk/mirage_crypto_pk.mli", line 210, characters 8-76:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "pk/mirage_crypto_pk.mli", line 150, character 6 to line 152, character 60:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "pk/mirage_crypto_pk.mli", line 121, characters 6-63:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "pk/mirage_crypto_pk.mli", line 6, characters 37-50:
Warning: Failed to resolve reference unresolvedroot(Z).powm_sec Couldn't find "Z"
2024-05-11 10:04.17 ---> saved as "828683769abeccb9de4e530d09d49d347c159dd34e1b938305ff4c4e59564d3c"
Job succeeded
2024-05-11 10:04.17: Job succeeded