Organisationsmirageocaml-tar9684d7 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-07-30 14:01.44: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/new-tar-gz (9684d77f88ca80d81d995f653ab7aca904d01fb8) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "new-tar-gz" && cd "ocaml-tar" && git reset --hard 9684d77f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
# 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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam ./
RUN opam pin add -yn tar.dev './' && \
    opam pin add -yn tar-unix.dev './' && \
    opam pin add -yn tar-mirage.dev './' && \
    opam pin add -yn tar-eio.dev './'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-linux-libc-dev.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 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 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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 --only-packages=tar,tar-unix,tar-mirage @doc || (echo "dune build @doc failed"; exit 2)


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


2024-07-30 14:01.44: Using cache hint "mirage/ocaml-tar-ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a-debian-12-4.08_opam-2.1-8079c2e99d8d7f07c8ba69ba2583d49c"
2024-07-30 14:01.44: Using OBuilder spec:
((from ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a)
 (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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.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 './' && \
             \nopam pin add -yn tar-eio.dev './'"))
 (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-linux-libc-dev.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 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 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")
 (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 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 --only-packages=tar,tar-unix,tar-mirage @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-07-30 14:01.44: Waiting for resource in pool OCluster
2024-07-30 14:11.29: Waiting for worker…
2024-07-30 14:13.07: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9684d77 Fix Tar.out


(from ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a)
Unable to find image 'ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a' locally
docker.io/ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a: Pulling from ocaml/opam
Digest: sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
Status: Downloaded newer image for ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
2024-07-30 14:13.08 ---> using "1583bd92b493f5f92e565bbf5dec722822623307790ddd3047660fce69a159b7" 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-07-30 14:13.08 ---> using "b3c663241bbed7e3f60e900da4d73610e32d517b399b34be93c7e94a7324d1b5" 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.


Continue? [Y/n] y
This development 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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-07-30 14:13.08 ---> using "817450e9fc48f2ca5e31249cbf5719711388c1878312fc9fa8059eca243484bd" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-117-generic
The OCaml toplevel, version 4.08.1
2.1.6
2024-07-30 14:13.08 ---> using "24b7c15fffc29afac9d9ede04851c25b9875a9380b6a991367282e3b95a27e69" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-30 14:13.08 ---> using "8e1f750beec4d3e50ab91bb78298d1b756c459b2e2c82ac1c689a6077a55d6d1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
44a281fd66 [new release] alcotest (5 packages) (1.8.0)


<><> 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-07-30 14:13.08 ---> using "3340b6edbdcd61db324a7dd00e7c053805423ef8e71b6575a8f649ff7727f081" from cache


/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
            (dst ./))
2024-07-30 14:13.08 ---> using "1d096049ddbb7bbb31d1ebb5e46d6c26ba03ee8dd08a3f4665dbca305a60efcb" from cache


/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 './' && \
                  \nopam pin add -yn tar-eio.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)
[tar-eio.dev] synchronised (file:///src)
tar-eio is now pinned to file:///src (version dev)
2024-07-30 14:13.15 ---> saved as "9f6ae6f74d1414fe872b60e324260c4270ed76083845f3f86f7cfb44d731a93b"


/src: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-linux-libc-dev.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 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 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")


/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 tar.dev tar-unix.dev tar-mirage.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]
- Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
- Fetched 55.4 kB in 0s (211 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar.dev] synchronised (no changes)
[tar-mirage.dev] synchronised (no changes)
[tar-unix.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).
2024-07-30 14:13.27 ---> saved as "bacde6f986fe90464bcaa47f7427d7798779f8b170c7faa974ab974744d299b9"


/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.15.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-linux-libc-dev 0
  - install dune                3.16.0
  - install cmdliner            1.3.0
  - install topkg               1.0.7
  - install base-bytes          base
  - install stringext           1.6.0
  - install stdlib-shims        0.3.0
  - install re                  1.11.0
  - install optint              0.3.0
  - install ocaml-syntax-shims  1.0.0
  - install mirage-clock        4.2.0
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install uutf                1.0.3
  - install rresult             0.7.0
  - install ptime               1.1.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install dune-configurator   3.16.0
  - install ocplib-endian       1.2
  - install cstruct             6.2.0
  - install alcotest            1.8.0
  - install mirage-clock-unix   4.2.0
  - install checkseum           0.5.2
  - install bigstringaf         0.10.0
  - install lwt                 5.7.0
  - install decompress          1.5.3
  - install angstrom            0.16.0
  - install mirage-kv           6.1.1
  - install mirage-block        3.0.2
  - install logs                0.7.0
  - install cstruct-lwt         6.2.0
  - install uri                 4.4.0
  - install alcotest-lwt        1.8.0
  - install mirage-block-unix   2.14.2
===== 38 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved alcotest-lwt.1.8.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved decompress.1.5.3  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed mirage-clock.4.2.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed optint.0.3.0
-> installed re.1.11.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocplib-endian.1.2
-> installed alcotest.1.8.0
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.10.0
-> installed mirage-clock-unix.4.2.0
-> installed checkseum.0.5.2
-> installed angstrom.0.16.0
-> installed decompress.1.5.3
-> installed lwt.5.7.0
-> installed uri.4.4.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed mirage-kv.6.1.1
-> installed logs.0.7.0
-> installed alcotest-lwt.1.8.0
-> installed mirage-block-unix.2.14.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-30 14:14.18 ---> saved as "4f2fea45d6284514bdfd0b2a843b9bede6ac94c79491d4cbdaf0113639f61531"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install fpath         0.7.3 [required by odoc]
  - install result        1.5   [required by odoc]
  - install tyxml         4.6.0 [required by odoc]
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install crunch        3.3.1 [required by odoc]
  - install odoc-parser   2.4.2 [required by odoc]
  - install odoc          2.4.2
===== 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 result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed camlp-streams.5.0.1
-> installed result.1.5
-> installed crunch.3.3.1
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-30 14:14.50 ---> saved as "c502eaa8ee860442075a8fc48e38601389ddb0870547edb913a715bb83230f1d"


/src: (copy (src .) (dst /src/))
2024-07-30 14:14.50 ---> saved as "6c14b02c2421d73ba195c4ac9c59f2641bf9988d18b1d9f91c7a2eeac51ef1c1"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/unix/.tar_unix.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/tar-unix -I ../../../lib/.tar.objs/byte --pkg tar-unix -o tar_lwt_unix.odoc tar_lwt_unix.cmti)
File "unix/tar_lwt_unix.mli", line 64, characters 58-74:
Warning: '{header_of_file}': bad markup.
Suggestion: did you mean '{!header_of_file}' or '[header_of_file]'?
(cd _build/default/unix/.tar_unix.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/tar-unix -I ../../../lib/.tar.objs/byte --pkg tar-unix -o tar_unix.odoc tar_unix.cmti)
File "unix/tar_unix.mli", line 65, characters 58-74:
Warning: '{header_of_file}': bad markup.
Suggestion: did you mean '{!header_of_file}' or '[header_of_file]'?
(cd _build/default/_doc/_html && /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 ../_odocls/tar-mirage/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/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/tar -I ../../lib/.tar.objs/byte -I ../../lib/.tar_gz.objs/byte -o ../_odocls/tar/tar.odocl ../../lib/.tar.objs/byte/tar.odoc)
File "lib/tar.mli", line 179, characters 48-69:
Warning: Failed to resolve reference unresolvedroot(Stdlib).seek_in Couldn't find "Stdlib"
File "lib/tar.mli", line 179, characters 4-29:
Warning: Failed to resolve reference unresolvedroot(Stdlib).really_read Couldn't find "Stdlib"
File "lib/tar.mli", line 178, characters 20-39:
Warning: Failed to resolve reference unresolvedroot(Stdlib).input Couldn't find "Stdlib"
2024-07-30 14:14.51 ---> saved as "e9f27f3dbbb61b8662327cd1593501eeb579a926ad53c5068ec0876b00231b81"
Job succeeded
2024-07-30 14:14.51: Job succeeded