Organisationstmcgilchristqcheckfc2aad (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-06-17 13:46.24: New job: test tmcgilchrist/qcheck https://github.com/tmcgilchrist/qcheck.git#refs/heads/master (fc2aadd95f6ebb5858246c856b68f7c6e77994c7) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/tmcgilchrist/qcheck.git" -b "master" && cd "qcheck" && git reset --hard fc2aadd9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a
# 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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 qcheck.opam qcheck-ounit.opam qcheck-core.opam qcheck-alcotest.opam ppx_deriving_qcheck.opam ./
RUN opam pin add -yn qcheck.dev './' && \
    opam pin add -yn qcheck-ounit.dev './' && \
    opam pin add -yn qcheck-core.dev './' && \
    opam pin add -yn qcheck-alcotest.dev './' && \
    opam pin add -yn ppx_deriving_qcheck.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 dune.3.16.0 fmt.0.9.0 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.14.3 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.32.1 re.1.11.0 seq.base sexplib0.v0.16.0 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.1 --depext-only -y qcheck.dev qcheck-ounit.dev qcheck-core.dev qcheck-alcotest.dev ppx_deriving_qcheck.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-06-17 13:46.24: Using cache hint "tmcgilchrist/qcheck-ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a-debian-12-4.08_opam-2.1-cef280bb934cccb8bdc633e2e882e0c8"
2024-06-17 13:46.24: Using OBuilder spec:
((from ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a)
 (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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src qcheck.opam qcheck-ounit.opam qcheck-core.opam qcheck-alcotest.opam ppx_deriving_qcheck.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn qcheck.dev './' && \
             \nopam pin add -yn qcheck-ounit.dev './' && \
             \nopam pin add -yn qcheck-core.dev './' && \
             \nopam pin add -yn qcheck-alcotest.dev './' && \
             \nopam pin add -yn ppx_deriving_qcheck.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 dune.3.16.0 fmt.0.9.0 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.14.3 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.32.1 re.1.11.0 seq.base sexplib0.v0.16.0 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.1 --depext-only -y qcheck.dev qcheck-ounit.dev qcheck-core.dev qcheck-alcotest.dev ppx_deriving_qcheck.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-06-17 13:46.24: Waiting for resource in pool OCluster
2024-06-19 16:50.53: Waiting for worker…
2024-06-19 16:54.05: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at fc2aadd Merge pull request #221 from gasche/document-to_alcotest


(from ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a)
Unable to find image 'ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a' locally
docker.io/ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a: Pulling from ocaml/opam
035dfe016e42: Pulling fs layer
d15ec48dff96: Pulling fs layer
bde1e7990201: Pulling fs layer
f2c62fdb9b18: Pulling fs layer
1827f92d9bee: Pulling fs layer
035dfe016e42: Waiting
d15ec48dff96: Waiting
1827f92d9bee: Waiting
bde1e7990201: Waiting
f2c62fdb9b18: Waiting
035dfe016e42: Verifying Checksum
035dfe016e42: Download complete
d15ec48dff96: Verifying Checksum
d15ec48dff96: Download complete
bde1e7990201: Verifying Checksum
bde1e7990201: Download complete
f2c62fdb9b18: Download complete
1827f92d9bee: Verifying Checksum
1827f92d9bee: Download complete
035dfe016e42: Pull complete
d15ec48dff96: Pull complete
bde1e7990201: Pull complete
f2c62fdb9b18: Pull complete
1827f92d9bee: Pull complete
Digest: sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a
Status: Downloaded newer image for ocaml/opam@sha256:6a2c76869fc7c94837df9c5eefc6e3b2015045b163c61843d7a0cf97754b842a
2024-06-19 17:20.50 ---> using "7970d089e04ace5eb95eff57affa2cf7d5013bf3d68feef1be3363d06496b6fa" 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-06-19 17:20.50 ---> using "82a5ca64e31e25a84419434647a9b83d852f6a79f097e9682df28b92b6c29edd" 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-06-19 17:20.50 ---> using "f8e2a020b11b28f3e2dbdd7827cbb0c573214a7be875f9718668e47357a91ade" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.08.1
2.1.6
2024-06-19 17:20.50 ---> using "9243e106563640027f75f8685385bf77c256b8251f42b049c0a80e9aea88cc1c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 17:20.50 ---> using "414ad64665f3520d4995505e88fe717b6bf4fa3bbbb19fa87230c3bb945b8fcf" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c61e9068d5..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


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


The following actions will be performed:
  - recompile ocaml-base-compiler 4.08.1* [upstream or system changes]
  - recompile ocaml-config        1       [upstream or system changes]
  - recompile ocaml               4.08.1  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext         1.2.1-1 [uses ocaml]
===== 4 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.08.1  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.08.1
-> removed   ocaml-config.1
-> removed   ocaml-base-compiler.4.08.1
-> installed ocaml-base-compiler.4.08.1
-> installed ocaml-config.1
-> installed ocaml.4.08.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
2024-06-19 17:20.50 ---> using "f830d007ad9232969e95dc50c157705e7fbca894d0c41778c6fd929803673e7a" from cache


/src: (copy (src qcheck.opam qcheck-ounit.opam qcheck-core.opam qcheck-alcotest.opam ppx_deriving_qcheck.opam)
            (dst ./))
2024-06-19 17:20.50 ---> using "02dcc93b7feae0722a2d05ae2b78bd1af5806a7278218999e484c2de7b805bc4" from cache


/src: (run (network host)
           (shell  "opam pin add -yn qcheck.dev './' && \
                  \nopam pin add -yn qcheck-ounit.dev './' && \
                  \nopam pin add -yn qcheck-core.dev './' && \
                  \nopam pin add -yn qcheck-alcotest.dev './' && \
                  \nopam pin add -yn ppx_deriving_qcheck.dev './'"))
[qcheck.dev] synchronised (file:///src)
qcheck is now pinned to file:///src (version dev)
[qcheck-ounit.dev] synchronised (file:///src)
qcheck-ounit is now pinned to file:///src (version dev)
[qcheck-core.dev] synchronised (file:///src)
qcheck-core is now pinned to file:///src (version dev)
[qcheck-alcotest.dev] synchronised (file:///src)
qcheck-alcotest is now pinned to file:///src (version dev)
[ppx_deriving_qcheck.dev] synchronised (file:///src)
ppx_deriving_qcheck is now pinned to file:///src (version dev)
2024-06-19 17:20.50 ---> using "1a1c74d1c2f5b0b4163c1e2d5e4252c28000262fb2a08700230543e9c0e33444" from cache


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 dune.3.16.0 fmt.0.9.0 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.14.3 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.32.1 re.1.11.0 seq.base sexplib0.v0.16.0 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.1 --depext-only -y qcheck.dev qcheck-ounit.dev qcheck-core.dev qcheck-alcotest.dev ppx_deriving_qcheck.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 [160 kB]
- Fetched 263 kB in 0s (878 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_deriving_qcheck.dev] synchronised (no changes)
[qcheck.dev] synchronised (no changes)
[qcheck-alcotest.dev] synchronised (no changes)
[qcheck-core.dev] synchronised (no changes)
[qcheck-ounit.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-06-19 17:20.50 ---> using "986c40bcc35e85eacd1ae556893c50efdf0d3d76a38bdb81931a243de8d05f26" 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 dune                3.16.0
  - install ocamlfind           1.9.6
  - install cmdliner            1.3.0
  - install seq                 base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install ppx_derivers        1.2.1
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install cppo                1.6.9
  - install topkg               1.0.7
  - install base-bytes          base
  - install re                  1.11.0
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install uutf                1.0.3
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ppx_deriving        6.0.2
  - install alcotest            1.7.0
===== 21 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.3.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 astring.0.8.5
-> installed dune.3.16.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ounit2.2.2.7
-> installed alcotest.1.7.0
-> installed ppxlib.0.32.1
-> installed ppx_deriving.6.0.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:20.50 ---> using "e635e55570070be3b5468efa97ee9d2d7cc4d6949b9fa982efc7cf63db1afde6" from cache


/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 ptime         1.1.0 [required by crunch]
  - 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
===== 8 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 ptime.1.1.0  (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 fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:21.19 ---> saved as "76760f41ddbefa8b076f3301b3a184e6e167af5316865084fe9512c99af91593"


/src: (copy (src .) (dst /src/))
2024-06-19 17:21.19 ---> saved as "7c199aa8acaebfc1e07afaf15a1aa7956a6e741d64b421518c19208001f5a291"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/src/core/.qcheck_core.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/qcheck-core --pkg qcheck-core -o qCheck.odoc qCheck.cmti)
File "src/core/QCheck.mli", line 957, characters 5-8:
Warning: Paragraph is not allowed in the tags section.
Suggestion: move 'and' before any tags.
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/qcheck-core -I ../../src/core/.qcheck_core.objs/byte -I ../../src/runner/.qcheck_runner.objs/byte -o ../_odocls/qcheck-core/qCheck_base_runner.odocl ../../src/runner/.qcheck_runner.objs/byte/qCheck_base_runner.odoc)
File "src/runner/QCheck_base_runner.mli", line 28, characters 42-48:
Warning: Failed to resolve reference unresolvedroot(Arg) Couldn't find "Arg"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/qcheck-core -I ../../src/core/.qcheck_core.objs/byte -I ../../src/runner/.qcheck_runner.objs/byte -o ../_odocls/qcheck-core/qCheck.odocl ../../src/core/.qcheck_core.objs/byte/qCheck.odoc)
File "src/core/QCheck.mli", line 1443, characters 17-26:
Warning: While resolving the expansion of include at File "src/core/QCheck.mli", line 1446, character 2
Failed to resolve reference unresolvedroot(B_cons) Couldn't find "B_cons"
File "src/core/QCheck.mli", line 1443, characters 17-26:
Warning: Failed to resolve reference unresolvedroot(B_cons) Couldn't find "B_cons"
File "src/core/QCheck.mli", line 1432, characters 24-31:
Warning: Failed to resolve reference unresolvedroot('at) Couldn't find "'at"
File "src/core/QCheck.mli", line 1146, characters 4-87:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 1141, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 896, characters 12-28:
Warning: Failed to resolve reference unresolvedroot(QCheck_runner) Couldn't find "QCheck_runner"
File "src/core/QCheck.mli", line 528, characters 6-65:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 501, character 6 to line 503, character 64:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 302, characters 6-46:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 298, characters 6-58:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 263, characters 6-89:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 258, characters 6-49:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 233, character 6 to line 234, character 38:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 221, characters 6-78:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 181, characters 6-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 177, characters 6-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 173, characters 6-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck.mli", line 77, characters 4-16:
Warning: Failed to resolve reference unresolvedroot(Generator) Couldn't find "Generator"
File "src/core/QCheck.mli", line 18, characters 6-22:
Warning: Failed to resolve reference unresolvedroot('aarbitrary) Couldn't find "'aarbitrary"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/qcheck-core -I ../../src/core/.qcheck_core.objs/byte -I ../../src/runner/.qcheck_runner.objs/byte -o ../_odocls/qcheck-core/qCheck2.odocl ../../src/core/.qcheck_core.objs/byte/qCheck2.odoc)
File "src/core/QCheck2.mli", line 1824, characters 61-67:
Warning: Failed to resolve reference unresolvedroot(map) Couldn't find "map"
File "src/core/QCheck2.mli", line 1823, characters 87-97:
Warning: Failed to resolve reference unresolvedroot(get_gen) Couldn't find "get_gen"
File "src/core/QCheck2.mli", line 1823, characters 30-43:
Warning: Reference to 'gen' is ambiguous. Please specify its kind: field-gen, val-gen.
File "src/core/QCheck2.mli", line 1579, characters 8-23:
Warning: Failed to resolve reference unresolvedroot(QCheck_ounit) Couldn't find "QCheck_ounit"
File "src/core/QCheck2.mli", line 1578, characters 8-26:
Warning: Failed to resolve reference unresolvedroot(QCheck_alcotest) Couldn't find "QCheck_alcotest"
File "src/core/QCheck2.mli", line 1465, characters 12-28:
Warning: Failed to resolve reference unresolvedroot(QCheck_runner) Couldn't find "QCheck_runner"
File "src/core/QCheck2.mli", line 1149, characters 39-47:
Warning: Failed to resolve reference unresolvedroot(float) Couldn't find "float"
File "src/core/QCheck2.mli", line 1146, characters 39-47:
Warning: Failed to resolve reference unresolvedroot(int64) Couldn't find "int64"
File "src/core/QCheck2.mli", line 1143, characters 39-47:
Warning: Failed to resolve reference unresolvedroot(int32) Couldn't find "int32"
File "src/core/QCheck2.mli", line 1140, characters 39-45:
Warning: Failed to resolve reference unresolvedroot(int) Couldn't find "int"
File "src/core/QCheck2.mli", line 668, characters 22-29:
Warning: Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "src/core/QCheck2.mli", line 601, characters 22-29:
Warning: Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "src/core/QCheck2.mli", line 479, characters 6-56:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 472, characters 6-56:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 465, characters 6-56:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 455, characters 6-46:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 436, character 6 to line 440, character 23:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 421, characters 6-49:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 396, character 6 to line 399, character 23:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 383, characters 6-58:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/QCheck2.mli", line 342, characters 60-77:
Warning: Failed to resolve reference unresolvedroot(Random).State.t Couldn't find "Random"
File "src/core/QCheck2.mli", line 37, characters 7-18:
Warning: Failed to resolve reference unresolvedroot(List).rev Couldn't find "List"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/qcheck-ounit -I ../../src/core/.qcheck_core.objs/byte -I ../../src/ounit/.qcheck_ounit.objs/byte -I ../../src/runner/.qcheck_runner.objs/byte -o ../_odocls/qcheck-ounit/qCheck_ounit.odocl ../../src/ounit/.qcheck_ounit.objs/byte/qCheck_ounit.odoc)
File "src/ounit/QCheck_ounit.mli", line 52, character 4 to line 77, character 2:
Warning: Failed to resolve reference unresolvedroot(Arg).Help Couldn't find "Arg"
File "src/ounit/QCheck_ounit.mli", line 51, characters 4-60:
Warning: Failed to resolve reference unresolvedroot(Arg).Bad Couldn't find "Arg"
File "src/ounit/QCheck_ounit.mli", line 41, characters 27-53:
Warning: Failed to resolve reference unresolvedroot(OUnit2).run_test_tt_main Couldn't find "OUnit2"
File "src/ounit/QCheck_ounit.mli", line 38, characters 38-63:
Warning: Failed to resolve reference unresolvedroot(OUnit).run_test_tt_main Couldn't find "OUnit"
File "src/ounit/QCheck_ounit.mli", line 38, characters 14-34:
Warning: Failed to resolve reference unresolvedroot(OUnit).run_test_tt Couldn't find "OUnit"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/qcheck -I ../../src/.qcheck.objs/byte -I ../../src/core/.qcheck_core.objs/byte -I ../../src/ounit/.qcheck_ounit.objs/byte -I ../../src/runner/.qcheck_runner.objs/byte -o ../_odocls/qcheck/qCheck_runner.odocl ../../src/.qcheck.objs/byte/qCheck_runner.odoc)
File "src/ounit/QCheck_ounit.mli", line 52, character 4 to line 77, character 2:
Warning: While resolving the expansion of include at File "src/QCheck_runner.ml", line 3, character 0
Failed to resolve reference unresolvedroot(Arg).Help Couldn't find "Arg"
File "src/ounit/QCheck_ounit.mli", line 51, characters 4-60:
Warning: While resolving the expansion of include at File "src/QCheck_runner.ml", line 3, character 0
Failed to resolve reference unresolvedroot(Arg).Bad Couldn't find "Arg"
File "src/ounit/QCheck_ounit.mli", line 41, characters 27-53:
Warning: While resolving the expansion of include at File "src/QCheck_runner.ml", line 3, character 0
Failed to resolve reference unresolvedroot(OUnit2).run_test_tt_main Couldn't find "OUnit2"
File "src/ounit/QCheck_ounit.mli", line 38, characters 38-63:
Warning: While resolving the expansion of include at File "src/QCheck_runner.ml", line 3, character 0
Failed to resolve reference unresolvedroot(OUnit).run_test_tt_main Couldn't find "OUnit"
File "src/ounit/QCheck_ounit.mli", line 38, characters 14-34:
Warning: While resolving the expansion of include at File "src/QCheck_runner.ml", line 3, character 0
Failed to resolve reference unresolvedroot(OUnit).run_test_tt Couldn't find "OUnit"
File "src/runner/QCheck_base_runner.mli", line 28, characters 42-48:
Warning: While resolving the expansion of include at File "src/QCheck_runner.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Arg) Couldn't find "Arg"
(cd _build/default/src/ppx_deriving_qcheck/.ppx_deriving_qcheck.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ppx_deriving_qcheck --pkg ppx_deriving_qcheck -o ppx_deriving_qcheck__QCheck_generators.odoc ppx_deriving_qcheck__QCheck_generators.cmt)
File "src/ppx_deriving_qcheck/QCheck_generators.ml", line 6, characters 4-6:
Warning: '{2' should be followed by space, a tab, or a new line.
File "src/ppx_deriving_qcheck/QCheck_generators.ml", line 10, characters 4-6:
Warning: '{2' should be followed by space, a tab, or a new line.
File "src/ppx_deriving_qcheck/QCheck_generators.ml", line 34, characters 4-6:
Warning: '{2' should be followed by space, a tab, or a new line.
File "src/ppx_deriving_qcheck/QCheck_generators.ml", line 64, characters 6-8:
Warning: '{2' should be followed by space, a tab, or a new line.
File "src/ppx_deriving_qcheck/QCheck_generators.ml", line 87, characters 6-8:
Warning: '{2' should be followed by space, a tab, or a new line.
(cd _build/default/src/ppx_deriving_qcheck/.ppx_deriving_qcheck.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ppx_deriving_qcheck --pkg ppx_deriving_qcheck -o ppx_deriving_qcheck__Tuple.odoc ppx_deriving_qcheck__Tuple.cmt)
File "src/ppx_deriving_qcheck/tuple.ml", line 5, characters 4-6:
Warning: '{1' should be followed by space, a tab, or a new line.
2024-06-19 17:21.21 ---> saved as "c8ab6a98165b5aaa882118d566c1107f7a0056226795913ba6187c4f11261cd7"
Job succeeded
2024-06-19 17:21.21: Job succeeded