Organisationsmiragemrmimef12fe6 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-03-27 15:32.01: New job: test mirage/mrmime https://github.com/mirage/mrmime.git#refs/pull/99/head (f12fe699fe4111beb46ca5128a704a226ed89d8d) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:6534035ce7a902d6df0514d1726517803cd2104d259eeef4c44f1145c698343b
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/mirage/mrmime.git" && cd "mrmime" && git fetch origin "refs/pull/99/head" && git reset --hard f12fe699
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6534035ce7a902d6df0514d1726517803cd2104d259eeef4c44f1145c698343b
# 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 cbb8cd94c39e250b80c3d011957716a0096cbb3e || git fetch origin master) && git reset -q --hard cbb8cd94c39e250b80c3d011957716a0096cbb3e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mrmime.opam ./
RUN opam pin add -yn mrmime.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.2.0 coin.0.1.4 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.14.2 dune-configurator.3.14.2 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 hxd.0.3.2 ipaddr.5.5.0 jsonm.1.0.2 ke.0.6 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 pecu.0.6 prettym.0.0.3 ptime.1.1.0 re.1.11.0 rosetta.0.3.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 unstrctrd.0.3 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mrmime.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 @doc || (echo "dune build @doc failed"; exit 2)


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


2024-03-27 15:32.01: Using cache hint "mirage/mrmime-ocaml/opam@sha256:6534035ce7a902d6df0514d1726517803cd2104d259eeef4c44f1145c698343b-debian-12-4.08_opam-2.1-cd64eaea955294cebaaac9dc68676e21"
2024-03-27 15:32.01: Using OBuilder spec:
((from ocaml/opam@sha256:6534035ce7a902d6df0514d1726517803cd2104d259eeef4c44f1145c698343b)
 (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 cbb8cd94c39e250b80c3d011957716a0096cbb3e || git fetch origin master) && git reset -q --hard cbb8cd94c39e250b80c3d011957716a0096cbb3e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mrmime.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mrmime.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.2.0 coin.0.1.4 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.14.2 dune-configurator.3.14.2 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 hxd.0.3.2 ipaddr.5.5.0 jsonm.1.0.2 ke.0.6 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 pecu.0.6 prettym.0.0.3 ptime.1.1.0 re.1.11.0 rosetta.0.3.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 unstrctrd.0.3 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.0")
 (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 mrmime.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 @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-03-27 15:32.01: Waiting for resource in pool OCluster
2024-03-27 17:28.59: Waiting for worker…
2024-03-27 17:49.34: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at f12fe69 Fix the tests with OCaml 5.2


(from ocaml/opam@sha256:6534035ce7a902d6df0514d1726517803cd2104d259eeef4c44f1145c698343b)
2024-03-27 17:49.34 ---> using "9a03d34cca037cdb7b5ec04ec5932af520922024bd8b2d16a7cbee35785724b0" 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-03-27 17:49.34 ---> using "7a45d14b06f581f958008fcae8c7695522e44e76ae88d8e98c8bf3e0c29add00" 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-03-27 17:49.34 ---> using "6dbaf8d809a5e55b1ce573d15e85d65632b8cfd299d1591f6d36a8feb88f3041" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-100-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-03-27 17:49.34 ---> using "fbc2cb6eecf8f8fb44ee57267bb8a97b76d6c2dacaf1d19f438d8a273eae80e1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-03-27 17:49.34 ---> using "f7515fdb58eb4121ae6acd9c008f6b72a6b3fbacbeda29b419969775b019a3bd" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e cbb8cd94c39e250b80c3d011957716a0096cbb3e || git fetch origin master) && git reset -q --hard cbb8cd94c39e250b80c3d011957716a0096cbb3e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   a6ba98231d..fe00df86c9  master     -> origin/master
cbb8cd94c3 conf-pkg-config: rename nixos pkgconfig -> pkg-config


<><> 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-03-27 17:49.34 ---> using "e70cd1e17735945c2105c35718d4841a1d3bb50f353269381fb3e040f708938e" from cache


/src: (copy (src mrmime.opam) (dst ./))
2024-03-27 17:49.34 ---> using "866779414c08d96d49cbf36c5bf0b7b258a82e1ddb812585e91bcb2eefcd035e" from cache


/src: (run (network host)
           (shell "opam pin add -yn mrmime.dev './'"))
[mrmime.dev] synchronised (file:///src)
mrmime is now pinned to file:///src (version dev)
2024-03-27 17:49.34 ---> using "f26ecadc928db15279e775e813c5c254e48f97982d5ec10c4157af7372d323ec" from cache


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.2.0 coin.0.1.4 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.14.2 dune-configurator.3.14.2 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 hxd.0.3.2 ipaddr.5.5.0 jsonm.1.0.2 ke.0.6 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 pecu.0.6 prettym.0.0.3 ptime.1.1.0 re.1.11.0 rosetta.0.3.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 unstrctrd.0.3 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.0")


/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 mrmime.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 [147 kB]
- Fetched 251 kB in 1s (311 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mrmime.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:
    pkg-config


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


2024-03-27 17:49.34 ---> using "947a97d4580e6cd7f462e0fd69e34a22bb509ab74285eb0c028fed1325f79f9e" from cache


/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 ocamlbuild         0.14.3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install dune               3.14.2
  - install conf-pkg-config    3
  - install topkg              1.0.7
  - install base-bytes         base
  - install yuscii             0.3.0
  - install stdlib-shims       0.3.0
  - install re                 1.11.0
  - install pecu               0.6
  - install ocaml-syntax-shims 1.0.0
  - install macaddr            5.5.0
  - 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 bigarray-overlap   0.2.1
  - install uutf               1.0.3
  - install ptime              1.1.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install uuuu               0.3.0
  - install coin               0.1.4
  - install ipaddr             5.5.0
  - install dune-configurator  3.14.2
  - install ocplib-endian      1.2
  - install jsonm              1.0.2
  - install ke                 0.6
  - install cstruct            6.2.0
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install rosetta            0.3.0
  - install bigstringaf        0.9.1
  - install lwt                5.7.0
  - install crowbar            0.2.1
  - install eqaf               0.9
  - install prettym            0.0.3
  - install angstrom           0.16.0
  - install logs               0.7.0
  - install hxd                0.3.2
  - install mirage-crypto      0.11.3
  - install unstrctrd          0.3
  - install emile              1.1
  - install mirage-crypto-rng  0.11.3
===== 48 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigarray-overlap.0.2.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved coin.0.1.4  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved dune-configurator.3.14.2  (cached)
-> retrieved dune.3.14.2  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (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 pecu.0.6  (cached)
-> retrieved prettym.0.0.3  (cached)
-> retrieved ptime.1.1.0  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved unstrctrd.0.3  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uuuu.0.3.0  (cached)
-> retrieved yuscii.0.3.0  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.14.2
-> installed bigarray-overlap.0.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed ke.0.6
-> installed macaddr.5.5.0
-> installed pecu.0.6
-> installed stdlib-shims.0.3.0
-> installed yuscii.0.3.0
-> installed cstruct.6.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed afl-persistent.1.4
-> installed cppo.1.6.9
-> installed ipaddr.5.5.0
-> installed eqaf.0.9
-> installed ocplib-endian.1.2
-> installed re.1.11.0
-> installed crowbar.0.2.1
-> installed coin.0.1.4
-> installed uuuu.0.3.0
-> installed rosetta.0.3.0
-> installed dune-configurator.3.14.2
-> installed alcotest.1.7.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed prettym.0.0.3
-> installed unstrctrd.0.3
-> installed emile.1.1
-> installed mirage-crypto.0.11.3
-> installed lwt.5.7.0
-> installed hxd.0.3.2
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.11.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-03-27 17:49.34 ---> using "71be38c4bc71773da1660da8f2ebe349676f72660847bb4973e944e5d0440237" from cache


/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
m4
# The following system packages are needed:
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.14.2).
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.1 [required by odoc]
  - install odoc          2.4.1
===== 6 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved odoc.2.4.1  (cached)
-> retrieved odoc-parser.2.4.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed camlp-streams.5.0.1
-> installed result.1.5
-> installed crunch.3.3.1
-> installed odoc-parser.2.4.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-03-27 17:49.34 ---> using "690dcd27dce16b18c8dd65c759204c71ad20f118d410c2028ab79903a77500a6" from cache


/src: (copy (src .) (dst /src/))
2024-03-27 17:49.35 ---> saved as "729a6a5b6b1a7c9a9623fd58da29711037daf509027ad42d33e4fa0c12cd1518"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/mrmime -I ../../lib/.mrmime.objs/byte -o ../_odocls/mrmime/mrmime.odocl ../../lib/.mrmime.objs/byte/mrmime.odoc)
File "lib/hd.mli", line 44, characters 9-19:
Warning: Reference to 'decoder' is ambiguous. Please specify its kind: type-decoder, val-decoder.
File "lib/field_name.mli", line 41, characters 39-58:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/date.mli", line 218, characters 43-53:
Warning: Failed to resolve reference unresolvedroot(Ptime).t Couldn't find "Ptime"
File "lib/date.mli", line 214, characters 20-41:
Warning: Failed to resolve reference unresolvedroot(Ptime).of_date_time Couldn't find "Ptime"
File "lib/date.mli", line 170, characters 6-65:
Warning: Failed to resolve reference unresolvedroot([Invalid_argument]) Couldn't find "[Invalid_argument]"
File "lib/date.mli", line 114, characters 5-60:
Warning: Failed to resolve reference unresolvedroot([Invalid_argument]) Couldn't find "[Invalid_argument]"
File "lib/date.mli", line 48, characters 6-59:
Warning: Failed to resolve reference unresolvedroot([Invalid_argument]) Couldn't find "[Invalid_argument]"
File "lib/mailbox.mli", line 351, characters 16-30:
Warning: Failed to resolve reference unresolvedroot(with_phrase) Couldn't find "with_phrase"
File "lib/mailbox.mli", line 350, characters 75-84:
Warning: Failed to resolve reference unresolvedroot(phrase) Couldn't find "phrase"
File "lib/mailbox.mli", line 323, characters 49-59:
Warning: Failed to resolve reference unresolvedroot(mailbox) Couldn't find "mailbox"
File "lib/mailbox.mli", line 243, characters 59-66:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/mailbox.mli", line 243, characters 14-23:
Warning: Reference to 'domain' is ambiguous. Please specify its kind: type-domain, val-domain.
File "lib/mailbox.mli", line 242, characters 52-62:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/mailbox.mli", line 242, characters 14-24:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/mailbox.mli", line 237, characters 5-14:
Warning: Reference to 'domain' is ambiguous. Please specify its kind: type-domain, val-domain.
File "lib/mailbox.mli", line 236, characters 53-63:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/mailbox.mli", line 232, characters 14-24:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/mailbox.mli", line 217, characters 14-24:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/mailbox.mli", line 212, characters 28-38:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/mailbox.mli", line 206, characters 14-21:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/mailbox.mli", line 201, characters 30-37:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/mailbox.mli", line 196, characters 57-64:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/mailbox.mli", line 196, characters 18-27:
Warning: Reference to 'domain' is ambiguous. Please specify its kind: type-domain, val-domain.
File "lib/mailbox.mli", line 113, characters 25-34:
Warning: Failed to resolve reference unresolvedroot(phrase) Couldn't find "phrase"
File "lib/mailbox.mli", line 110, characters 42-51:
Warning: Failed to resolve reference unresolvedroot(phrase) Couldn't find "phrase"
File "lib/encoded_word.mli", line 81, characters 11-21:
Warning: Reference to 'charset' is ambiguous. Please specify its kind: field-charset, type-charset, val-charset.
File "lib/content_type.mli", line 171, characters 24-32:
Warning: Reference to 'value' is ambiguous. Please specify its kind: type-value, val-value.
File "lib/content_type.mli", line 168, characters 24-30:
Warning: Reference to 'key' is ambiguous. Please specify its kind: type-key, val-key.
File "lib/messageID.mli", line 22, characters 41-58:
Warning: Failed to resolve reference unresolvedroot(Address).domain Couldn't find "domain"
File "lib/messageID.mli", line 88, characters 58-65:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/messageID.mli", line 88, characters 14-23:
Warning: Reference to 'domain' is ambiguous. Please specify its kind: type-domain, val-domain.
File "lib/messageID.mli", line 87, characters 51-61:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/messageID.mli", line 87, characters 14-24:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/messageID.mli", line 84, characters 5-14:
Warning: Reference to 'domain' is ambiguous. Please specify its kind: type-domain, val-domain.
File "lib/messageID.mli", line 83, characters 53-63:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/messageID.mli", line 83, characters 21-48:
Warning: Failed to resolve reference unresolvedroot(Literal_domain).extension Couldn't find "Literal_domain"
File "lib/messageID.mli", line 78, characters 14-24:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/messageID.mli", line 72, characters 14-24:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/messageID.mli", line 69, characters 11-27:
Warning: Failed to resolve reference unresolvedroot(escape_string) Couldn't find "escape_string"
File "lib/messageID.mli", line 67, characters 28-38:
Warning: Reference to 'literal' is ambiguous. Please specify its kind: type-literal, val-literal.
File "lib/messageID.mli", line 61, characters 14-21:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/messageID.mli", line 56, characters 30-37:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/messageID.mli", line 52, characters 57-64:
Warning: Reference to 'atom' is ambiguous. Please specify its kind: type-atom, val-atom.
File "lib/messageID.mli", line 52, characters 18-27:
Warning: Reference to 'domain' is ambiguous. Please specify its kind: type-domain, val-domain.
File "lib/location.mli", line 69, characters 13-29:
Warning: Reference to 'with_location' is ambiguous. Please specify its kind: type-with_location, val-with_location.
2024-03-27 17:49.36 ---> saved as "d6e9706b56abd73c0ffcd38876407daca812cc2e2ff312d5d96477dc820b8835"
Job succeeded
2024-03-27 17:49.36: Job succeeded