Organisationsmiragecoin5c6b13 (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-05-14 13:03.53: New job: test mirage/coin https://github.com/mirage/coin.git#refs/heads/master (5c6b1398a972f41c249d2db722f2b9d878abf6fd) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/mirage/coin.git" -b "master" && cd "coin" && git reset --hard 5c6b1398
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290
# debian-12-4.03_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 coin.opam ./
RUN opam pin add -yn coin.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.15.2 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.0.3.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y coin.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-05-14 13:03.53: Using cache hint "mirage/coin-ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290-debian-12-4.03_opam-2.1-eea8279e7a9d306e466f363bd49e9cfc"
2024-05-14 13:03.53: Using OBuilder spec:
((from ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290)
 (comment debian-12-4.03_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src coin.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn coin.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.0.3.1")
 (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 coin.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-05-14 13:03.53: Waiting for resource in pool OCluster
2024-05-14 13:03.54: Waiting for worker…
2024-05-14 13:03.54: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 5c6b139 Merge pull request #6 from mirage/prepare-v0.1.4


(from ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290)
Unable to find image 'ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290' locally
docker.io/ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290: Pulling from ocaml/opam
84082c1d7b36: Pulling fs layer
84082c1d7b36: Verifying Checksum
84082c1d7b36: Download complete
84082c1d7b36: Pull complete
Digest: sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290
Status: Downloaded newer image for ocaml/opam@sha256:6fd204445a42318dec1d522862f1a0c262f02010d04aaeaa4d301d1d77e01290
2024-05-14 13:05.16 ---> saved as "c13fd511d8f07c459ff1f91254c2010ec19e559cfccc25ffa7b9832650bfc458"


/: (comment debian-12-4.03_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-14 13:05.16 ---> saved as "26aeff56ca68cd58f5a591ad8b6826464c1dbcd8f6294a87f3e1aaa980cb2ef8"


/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-14 13:06.06 ---> saved as "fea9f90b78a779a8fc74502fbae0d767f794b57922519577f21f911b40de9d6e"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.03.0
2.1.5
2024-05-14 13:06.06 ---> saved as "be9e851b7c71b2f58900eba10fa3396a16a54ae49b42d40286dfb1b1e914ebc8"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 13:06.07 ---> saved as "93f89608b33cc5ff6df5693f97a2920f0a86216d1a6c5a1ef0b7545f3d235b37"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
2275b40053 @dra27 maintains ocaml-secondary-compiler


<><> 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-14 13:06.58 ---> saved as "34544c47d2c06bb79addc84d41dca128d3fb51078aab4750f0fb26daf7e191e9"


/src: (copy (src coin.opam) (dst ./))
2024-05-14 13:06.59 ---> saved as "48150917dc656641b40d023b3d7a23cd8e67c5ff662e4ef0ddc25a0f037a44bf"


/src: (run (network host)
           (shell "opam pin add -yn coin.dev './'"))
[coin.dev] synchronised (file:///src)
coin is now pinned to file:///src (version dev)
2024-05-14 13:07.00 ---> saved as "d94a2783266f5b43092565e857ba4a0410f44d770f5360f3289d201fd601b1bc"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.0.3.1")


/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 coin.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]
- Fetched 103 kB in 0s (411 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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-05-14 13:07.12 ---> saved as "aef5472f9d4b9c06e9be11c13e2250744f881f8fe852b1976c0b72ab04fc398a"


/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.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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 ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6
  - install dune                3.15.2
  - install seq                 0.3.1
  - install re                  1.11.0
===== 5 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.0.3.1  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.15.2
-> installed seq.0.3.1
-> installed re.1.11.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 13:07.54 ---> saved as "9eb253bc185da97d30319f34d608f4dc7551b1b187f2a6b69795896e2a0d2bb5"


/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 cppo          1.6.9        [required by odoc]
  - install ocamlbuild    0.14.3       [required by fmt, astring, fpath]
  - install cmdliner      1.0.4        [required by odoc]
  - install jbuilder      1.0+beta20.2 [required by crunch]
  - install result        1.5          [required by odoc]
  - install base-bytes    base         [required by astring]
  - install camlp-streams 5.0.1        [required by odoc-parser]
  - install stdlib-shims  0.3.0        [required by fmt]
  - install topkg         1.0.4        [required by fmt, astring, fpath]
  - install crunch        2.1.0        [required by odoc]
  - install uutf          1.0.3        [required by tyxml]
  - install fmt           0.8.6        [required by odoc]
  - install astring       0.8.3        [required by odoc]
  - install tyxml         4.5.0        [required by odoc]
  - install odoc-parser   2.4.2        [required by odoc]
  - install fpath         0.7.3        [required by odoc]
  - install odoc          2.4.2
===== 17 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bytes.base
-> retrieved astring.0.8.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.2.1.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved jbuilder.1.0+beta20.2  (cached)
-> installed camlp-streams.5.0.1
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.4  (cached)
-> retrieved tyxml.4.5.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.4
-> installed jbuilder.1.0+beta20.2
-> installed crunch.2.1.0
-> installed uutf.1.0.3
-> installed fmt.0.8.6
-> installed astring.0.8.3
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed tyxml.4.5.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 13:10.00 ---> saved as "3ce02d4baa4c783c4ae5514cd4ab1ddb909cda01cf4038f7e923281cf3cf5598"


/src: (copy (src .) (dst /src/))
2024-05-14 13:10.00 ---> saved as "9d2e7328bb04e712dfb0ab03a5e15213908eafc308c7e9ca114b6dedef3b5197"


/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.03/bin/odoc link -I ../_odoc/pkg/coin -I ../../src/.coin.objs/byte -o ../_odocls/coin/coin.odocl ../../src/.coin.objs/byte/coin.odoc)
File "src/coin.mli", line 49, characters 48-57:
Warning: Reference to 'decode' is ambiguous. Please specify its kind: type-decode, val-decode.
File "src/coin.mli", line 39, characters 43-49:
Warning: Reference to 'src' is ambiguous. Please specify its kind: type-src, val-src.
File "src/coin.mli", line 27, characters 39-48:
Warning: Reference to 'decode' is ambiguous. Please specify its kind: type-decode, val-decode.
File "src/coin.mli", line 18, characters 14-20:
Warning: Reference to 'src' is ambiguous. Please specify its kind: type-src, val-src.
2024-05-14 13:10.00 ---> saved as "3f62b4a2a274ab4c49a3180422e48a2260f564dc613de8fcb6dba5bba89dbffc"
Job succeeded
2024-05-14 13:10.01: Job succeeded