OrganisationsMisterDAocaml-tare25903 (main)(lint-doc)

(lint-doc)

Logs

Show full logs
2026-04-21 13:23.43: New job: test MisterDA/ocaml-tar https://github.com/MisterDA/ocaml-tar.git#refs/heads/main (e25903860da01a056a46944c7296ad903b2ec2b9) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/MisterDA/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard e2590386
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c
# debian-13-4.08_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 1b52058a0b4f6663a5b595382b9bbc12737841c5 || git fetch origin master) && git reset -q --hard 1b52058a0b4f6663a5b595382b9bbc12737841c5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam ./
RUN opam pin add -yn tar.dev './' && \
    opam pin add -yn tar-unix.dev './' && \
    opam pin add -yn tar-mirage.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.16.1 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.14.2 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.38.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y tar.dev tar-unix.dev tar-mirage.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 @doc || (echo "dune build @doc failed"; exit 2)

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

2026-04-21 13:23.43: Using cache hint "MisterDA/ocaml-tar-ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c-debian-13-4.08_opam-2.5-9cd8c9fedd973124beb82192b3a3a4a0"
2026-04-21 13:23.43: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c)
 (comment debian-13-4.08_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 1b52058a0b4f6663a5b595382b9bbc12737841c5 || git fetch origin master) && git reset -q --hard 1b52058a0b4f6663a5b595382b9bbc12737841c5 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn tar.dev './' && \
             \nopam pin add -yn tar-unix.dev './' && \
             \nopam pin add -yn tar-mirage.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "angstrom.0.16.1 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.14.2 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.38.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.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.2 --depext-only -y tar.dev tar-unix.dev tar-mirage.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 @doc || (echo \"dune build @doc failed\"; exit 2)"))
)

2026-04-21 13:23.43: Waiting for resource in pool OCluster
2026-04-21 13:58.13: Waiting for worker…
2026-04-21 14:03.50: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at e259038 Merge pull request #112 from MisterDA/patch-1

(from ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c)
2026-04-21 14:03.51 ---> using "228e5ba11f0bea08c69266bb98d12a75785691261b07b0808652a307a04e14b2" from cache

/: (comment debian-13-4.08_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2026-04-21 14:03.51 ---> using "6a21a8bd2da640bf47ce1211004d6a33a1bf41ff753d8b4bb4a6519520cd81af" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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] Initialised
2026-04-21 14:03.51 ---> using "939d97e6190dc36b4f6e94773a2843a2a1549b9ae9e8e3facca1460e0ed37772" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.08.1
2.2.1
2026-04-21 14:03.51 ---> using "eb73d73c6df1334e93e0a643cf6d58799a32bc7b370f755d009a4545ba4f9865" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-21 14:03.51 ---> using "de7fe019fc62fa1e51827ff2ff64dbc0831c3afd9fed2034cda6486fa7e48a49" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 1b52058a0b4f6663a5b595382b9bbc12737841c5 || git fetch origin master) && git reset -q --hard 1b52058a0b4f6663a5b595382b9bbc12737841c5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   42844088d7..c197717534  master     -> origin/master
1b52058a0b Merge pull request #29747 from dinosaure/release-checkseum-v0.5.3

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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
2026-04-21 14:04.33 ---> saved as "102ad7152504712ef1b075f6d01877d2e7cac75eb0e71786810eb8299d3c76ab"

/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst ./))
2026-04-21 14:04.34 ---> saved as "b1d3b3832290494116cd17fa84ae06ef5b5dbbcbbb994e25d9b0001e102195d7"

/src: (run (network host)
           (shell  "opam pin add -yn tar.dev './' && \
                  \nopam pin add -yn tar-unix.dev './' && \
                  \nopam pin add -yn tar-mirage.dev './'"))
[tar.dev] synchronised (file:///src)
tar is now pinned to file:///src (version dev)
[tar-unix.dev] synchronised (file:///src)
tar-unix is now pinned to file:///src (version dev)
[tar-mirage.dev] synchronised (file:///src)
tar-mirage is now pinned to file:///src (version dev)
2026-04-21 14:04.43 ---> saved as "836630e9e133f35a95f8efe9d02af59aee915f52edef36d5b8264168bd1aad49"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-21 14:04.44 ---> saved as "7437fb85e54d0f1f23bbb7228e36429f802d5b2a1b883ede8d79b83f84909c28"

/src: (env DEPS "angstrom.0.16.1 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.14.2 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.38.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.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.2 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [125 kB]
- Fetched 215 kB in 0s (997 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar-mirage.dev] synchronised (file:///src)
[tar.dev] synchronised (file:///src)
[tar-unix.dev] synchronised (file:///src)

[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).
2026-04-21 14:05.08 ---> saved as "29a9f670eca2fdd13e5d02a5663bfc2686af6e6e5afdb894807bcbba11192fe1"

/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 45 packages
  - install angstrom            0.16.1
  - install base                v0.14.3
  - install base-bytes          base
  - install bigstringaf         0.10.0
  - install camlp-streams       5.0.1
  - install checkseum           0.5.3
  - install cmdliner            2.1.0
  - install conf-linux-libc-dev 0
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install cstruct             6.2.0
  - install cstruct-lwt         6.2.0
  - install decompress          1.5.3
  - install dune                3.22.2
  - install dune-configurator   3.22.2
  - install fmt                 0.11.0
  - install logs                0.8.0
  - install lwt                 5.9.2
  - install mirage-block        3.0.2
  - install mirage-block-unix   2.14.2
  - install mirage-clock        4.2.0
  - install mirage-clock-unix   4.2.0
  - install mirage-kv           6.1.1
  - install num                 1.6
  - install ocaml-compiler-libs v0.12.4
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocplib-endian       1.2
  - install optint              0.3.0
  - install ounit2              2.2.7
  - install ounit2-lwt          2.2.7
  - install parsexp             v0.14.2
  - install ppx_cstruct         6.2.0
  - install ppx_derivers        1.2.1
  - install ppxlib              0.38.0
  - install ptime               1.2.0
  - install rresult             0.7.0
  - install seq                 base
  - install sexplib             v0.14.0
  - install sexplib0            v0.14.0
  - install stdlib-shims        0.3.0
  - install stringext           1.6.0
  - install topkg               1.1.1
  - install uri                 4.4.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved checkseum.0.5.3  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, ppx_cstruct.6.2.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.14.2  (cached)
-> retrieved ounit2.2.2.7, ounit2-lwt.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> 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 topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed cmdliner.2.1.0
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> 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 sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed dune-configurator.3.22.2
-> installed mirage-clock-unix.4.2.0
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.3
-> installed angstrom.0.16.1
-> installed decompress.1.5.3
-> installed lwt.5.9.2
-> installed mirage-kv.6.1.1
-> installed ounit2-lwt.2.2.7
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed uri.4.4.0
-> installed logs.0.8.0
-> installed mirage-block-unix.2.14.2
-> installed base.v0.14.3
-> installed parsexp.v0.14.2
-> installed sexplib.v0.14.0
-> installed ppxlib.0.38.0
-> installed ppx_cstruct.6.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-21 14:08.23 ---> saved as "365d8472ccd844c044b3d32737f6f73dab81bcdda36dc19771fcc6c7720654dd"

/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.22.2).
The following actions will be performed:
=== install 8 packages
  - install astring     0.8.5  [required by odoc]
  - install crunch      4.0.0  [required by odoc]
  - install fpath       0.7.3  [required by odoc]
  - install odoc        3.1.0
  - install odoc-parser 3.1.0  [required by odoc]
  - install re          1.11.0 [required by tyxml]
  - install tyxml       4.6.0  [required by odoc]
  - install uutf        1.0.4  [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved fpath.0.7.3  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed crunch.4.0.0
-> installed uutf.1.0.4
-> installed re.1.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed odoc-parser.3.1.0
-> installed tyxml.4.6.0
-> installed odoc.3.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-21 14:09.29 ---> saved as "cee3dcadd4a6023c1e1f7070787d4f60cd26faa513e9a5c34188e5bc8bd568a2"

/src: (copy (src .) (dst /src/))
2026-04-21 14:09.30 ---> saved as "f930c50285a20140029c332982411229a8b410b7b6f33522775554990983875d"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_odocls/tar-unix && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/tar-unix -I ../../../lib/.tar.objs/byte -I ../../../unix/.tar_unix.objs/byte -o tar_unix.odocl ../../../unix/.tar_unix.objs/byte/tar_unix.odoc)
File "unix/tar_unix.mli", line 30, characters 4-63:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "unix/tar_unix.mli", line 25, characters 7-28:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "unix/tar_unix.mli", line 21, characters 3-24:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
(cd _build/default/_doc/_odocls/tar-unix && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/tar-unix -I ../../../lib/.tar.objs/byte -I ../../../unix/.tar_unix.objs/byte -o tar_lwt_unix.odocl ../../../unix/.tar_unix.objs/byte/tar_lwt_unix.odoc)
File "unix/tar_lwt_unix.mli", line 30, characters 4-63:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "unix/tar_lwt_unix.mli", line 25, characters 23-44:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "unix/tar_lwt_unix.mli", line 21, characters 9-30:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
(cd _build/default/_doc/_odocls/tar && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/tar -I ../../../lib/.tar.objs/byte -I ../../../lib/.tar_gz.objs/byte -o tar.odocl ../../../lib/.tar.objs/byte/tar.odoc)
File "lib/tar.mli", line 189, characters 6-65:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "lib/tar.mli", line 184, characters 16-37:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "lib/tar.mli", line 180, characters 6-27:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
(cd _build/default/_doc/_odocls/tar && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/tar -I ../../../lib/.tar.objs/byte -I ../../../lib/.tar_gz.objs/byte -o tar_cstruct.odocl ../../../lib/.tar.objs/byte/tar_cstruct.odoc)
File "lib/tar_cstruct.mli", line 30, characters 4-63:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "lib/tar_cstruct.mli", line 24, characters 14-35:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "lib/tar_cstruct.mli", line 20, characters 4-25:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "lib/tar_cstruct.mli", line 16, characters 54-66:
Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"
(cd _build/default/_doc/_odocls/tar-mirage && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/tar-mirage -I ../../../lib/.tar.objs/byte -I ../../../mirage/.tar_mirage.objs/byte -o tar_mirage.odocl ../../../mirage/.tar_mirage.objs/byte/tar_mirage.odoc)
File "mirage/tar_mirage.mli", line 42, character 6 to line 43, character 55:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "mirage/tar_mirage.mli", line 28, character 6 to line 29, character 55:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_odocls/tar && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/tar -I ../../../lib/.tar.objs/byte -I ../../../lib/.tar_gz.objs/byte -o tar_gz.odocl ../../../lib/.tar_gz.objs/byte/tar_gz.odoc)
File "lib/tar_gz.mli", line 41, characters 6-27:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
File "lib/tar_gz.mli", line 36, characters 6-65:
Warning: Failed to resolve reference unresolvedroot(Stdlib).End_of_file Couldn't find "Stdlib"
2026-04-21 14:09.33 ---> saved as "8e7cff7f4a5314b0e1d54147706afc4d03ed7b259db60f0c60e411dcdd1b9c76"
Job succeeded
2026-04-21 14:09.33: Job succeeded