Organisationsmiragecheckseum33f923 (main)(lint-doc)

(lint-doc)

Logs

Show full logs
2024-09-05 12:31.11: New job: test mirage/checkseum https://github.com/mirage/checkseum.git#refs/heads/main (33f923852958baa2791e2753fc1bd13841ad7234) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.07@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/mirage/checkseum.git" -b "main" && cd "checkseum" && git reset --hard 33f92385
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.07@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e
# debian-12-4.07_opam-2.2
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 e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 checkseum.opam ./
RUN opam pin add -yn checkseum.dev './'
ENV DEPS="alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.0 cmdliner.1.0.4 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 optint.0.3.0 re.1.11.0 result.1.5 rresult.0.6.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y checkseum.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

2024-09-05 12:31.11: Using cache hint "mirage/checkseum-ocaml/opam:debian-12-ocaml-4.07@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e-debian-12-4.07_opam-2.2-3a84f6621b633d4726890dec80fe11a6"
2024-09-05 12:31.11: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.07@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e)
 (comment debian-12-4.07_opam-2.2)
 (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 e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src checkseum.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn checkseum.dev './'"))
 (env DEPS "alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.0 cmdliner.1.0.4 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 optint.0.3.0 re.1.11.0 result.1.5 rresult.0.6.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 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.2 --depext-only -y checkseum.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)"))
)

2024-09-05 12:31.11: Waiting for resource in pool OCluster
2024-09-05 22:04.31: Waiting for worker…
2024-09-05 22:09.49: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at 33f9238 Merge pull request #85 from hannesm/fix-Wdeprecated-non-prototype

(from ocaml/opam:debian-12-ocaml-4.07@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.07@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e' locally
docker.io/ocaml/opam@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e: Pulling from ocaml/opam
486b57591f33: Pulling fs layer
486b57591f33: Download complete
486b57591f33: Pull complete
Digest: sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e
Status: Downloaded newer image for ocaml/opam@sha256:96258ec26288594dc092090b51659b9908eec8ff735cb77943cecebf006e6a1e
2024-09-05 22:09.49 ---> using "5131c77578cea8ca66490ac94a2802ba3cae1efd46fe5a40385527ee5bf72389" from cache

/: (comment debian-12-4.07_opam-2.2)

/: (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"))
2024-09-05 22:09.49 ---> using "b40a5f9a893c72a0525840c34aed28664f6789876c22e5ae94d9b792a7c50c9c" 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
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-05 22:09.49 ---> using "2e225a3b796b44029c20367804a4f24429672d683357791be0b73af10c678a9a" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.07.1
2.2.1
2024-09-05 22:09.49 ---> using "36694de07896fc0be37a3d8771eaf04fa150dfc3e3dcf75a6139b55edd33faeb" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-05 22:09.49 ---> using "48b0b4f3baf5090cce00bfe2bef1b04699be49f1aa23523ea62571e4e3bd1670" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..2c9b57d0d2  master     -> origin/master
e90d00913c Merge pull request #26471 from dkalinichenko-js/js-comp

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

The following actions will be performed:
=== upgrade 1 package
  - upgrade ocaml-secondary-compiler 4.08.1-1 to 4.14.2
=== install 2 packages
  - install host-arch-x86_64         1
  - install host-system-other        1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> retrieved ocaml-secondary-compiler.4.14.2  (cached)
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.14.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-05 22:09.49 ---> using "69558772c81fbb12657cb2241fa1d5e2dc495446b9786318397c4ee41d6797cf" from cache

/src: (copy (src checkseum.opam) (dst ./))
2024-09-05 22:09.49 ---> using "77d84031c83ae74fcb9cb71028cda27e9a5f4c4847a7784eeed6ae87df179773" from cache

/src: (run (network host)
           (shell "opam pin add -yn checkseum.dev './'"))
[checkseum.dev] synchronised (file:///src)
checkseum is now pinned to file:///src (version dev)
2024-09-05 22:09.50 ---> saved as "05c7aba144f56f799bc905098002b2d9fa97132363dc356757335bd80e342071"

/src: (env DEPS "alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.0 cmdliner.1.0.4 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 optint.0.3.0 re.1.11.0 result.1.5 rresult.0.6.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 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.2 --depext-only -y checkseum.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9221 kB in 2s (4878 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[checkseum.dev] synchronised (no changes)

[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-09-05 22:10.14 ---> saved as "e7150ac2bd01b6073a84eababb736d593db1a4ade7ad47bb8511897b08b295a1"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 22 packages
  - install alcotest            1.5.0
  - install astring             0.8.5
  - install bos                 0.2.0
  - install cmdliner            1.0.4
  - install csexp               1.5.2
  - install dune                3.16.0
  - install dune-configurator   3.16.0
  - install fmt                 0.8.9
  - install fpath               0.7.3
  - install logs                0.7.0
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.14.3
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6
  - install optint              0.3.0
  - install re                  1.11.0
  - install result              1.5
  - install rresult             0.6.0
  - install seq                 base
  - install stdlib-shims        0.3.0
  - install topkg               1.0.7
  - install uutf                1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bos.0.2.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.5.0  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.8.9  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.6.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed re.1.11.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed rresult.0.6.0
-> installed fmt.0.8.9
-> installed dune-configurator.3.16.0
-> installed logs.0.7.0
-> installed alcotest.1.5.0
-> installed bos.0.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-05 22:11.28 ---> saved as "72f0f7eee99607dad9d713506e676a1626d1e0c6ada11962a595b2aedc67448b"

/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 7 packages
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install cppo          1.7.0 [required by odoc]
  - install crunch        3.2.0 [required by odoc]
  - install odoc          2.4.2
  - install odoc-parser   2.4.2 [required by odoc]
  - install ptime         0.8.6 [required by crunch]
  - install tyxml         4.6.0 [required by odoc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved crunch.3.2.0  (cached)
-> retrieved ptime.0.8.6  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.2.4.2, odoc-parser.2.4.2  (cached)
-> installed camlp-streams.5.0.1
-> installed cppo.1.7.0
-> installed ptime.0.8.6
-> installed crunch.3.2.0
-> 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-09-05 22:11.58 ---> saved as "94c77f90efe9fae2b2a87f6112582db1b3b0582c5d23a8b59988947f97bca728"

/src: (copy (src .) (dst /src/))
2024-09-05 22:11.58 ---> saved as "c220eb4410bbb295bd97bfb732671edc8ff68dea9a5f45da72ede7e5ef74f716"

/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.07/bin/odoc link -I ../_odoc/pkg/checkseum -I ../../src/.checkseum.objs/byte -o ../_odocls/checkseum/checkseum.odocl ../../src/.checkseum.objs/byte/checkseum.odoc)
File "src/checkseum.mli", line 26, characters 38-49:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/checkseum.mli", line 26, characters 38-49:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/checkseum.mli", line 26, characters 38-49:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/checkseum.mli", line 26, characters 38-49:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/checkseum.mli", line 26, characters 38-49:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
2024-09-05 22:12.01 ---> saved as "a34ecd289ddb18429476518d4580177b3f6b735376908315ac1a9f461e021e03"
Job succeeded
2024-09-05 22:12.02: Job succeeded