Organisationstmcgilchristqcheckfc2aad (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-09-03 20:01.51: New job: test tmcgilchrist/qcheck https://github.com/tmcgilchrist/qcheck.git#refs/heads/master (fc2aadd95f6ebb5858246c856b68f7c6e77994c7) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
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:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
# debian-12-4.08_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 ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 || git fetch origin master) && git reset -q --hard ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 && 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.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.7.0 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.15.0 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 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.2 --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-09-03 20:01.51: Using cache hint "tmcgilchrist/qcheck-ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876-debian-12-4.08_opam-2.2-c42fd6f53f7789e26d83f3b68fe0a347"
2024-09-03 20:01.51: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
 (comment debian-12-4.08_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 ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 || git fetch origin master) && git reset -q --hard ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 && 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.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.7.0 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.15.0 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 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.2 --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-09-03 20:01.51: Waiting for resource in pool OCluster
2024-09-05 07:48.29: Waiting for worker…
2024-09-05 07:50.53: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at fc2aadd Merge pull request #221 from gasche/document-to_alcotest


(from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
2024-09-05 07:50.54 ---> using "795ea015d299f5fe2e67a6928f72c9fae6e91f93f53f3942c8f19a23ae6518ba" from cache


/: (comment debian-12-4.08_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 07:50.54 ---> using "15a66a3094f92e52bb9c321cf34763612eebaaa98d33382208479d296782ad5c" 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] synchronised from file:///home/opam/opam-repository
2024-09-05 07:50.54 ---> using "39dee6d797da9a8095e9b2c1e1fe64a6a5eaae521820c3189bde12b9ed26352d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.08.1
2.2.1
2024-09-05 07:50.54 ---> using "bdf8629048e37471ad993f55ecc5029ab620bc7e8d483e8a5d16c96402998106" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-05 07:50.54 ---> using "aec4b3fab9b8803476667d7b7cea889920959b7451543eb53bf5e26d22eeeb4d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 || git fetch origin master) && git reset -q --hard ed8a57d12c0cad91b64c05f7dd96b87f8e1cd9e3 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..56b5adee12  master     -> origin/master
ed8a57d12c Merge pull request #26441 from fpottier/opam-publish-cppo.1.7.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-09-05 07:50.54 ---> using "bfae8503877b73e5ba790f30d3dedf6046c15f7dba2a7916f6c973e621eaf100" from cache


/src: (copy (src qcheck.opam qcheck-ounit.opam qcheck-core.opam qcheck-alcotest.opam ppx_deriving_qcheck.opam)
            (dst ./))
2024-09-05 07:50.54 ---> using "195cf1e72aa14680e1b356c23d8cf3728e60df188e0a838b76a497ad3e523e38" 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-09-05 07:51.08 ---> saved as "971f72019e562c60aab80d468aa44c0808be9e8a6350d6bff3e88e5a1990722f"


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.7.0 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.15.0 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 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.2 --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"
- 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 (3855 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-09-05 07:51.34 ---> saved as "3a58d2f4845e9ff783c1ce0a5751aa62357ac0eb3c5a248d22f8c5204ec3ce53"


/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 21 packages
  - install alcotest            1.8.0
  - install astring             0.8.5
  - install base-bytes          base
  - install cmdliner            1.3.0
  - install cppo                1.7.0
  - install dune                3.16.0
  - install fmt                 0.9.0
  - install ocaml-compiler-libs v0.12.4
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.15.0
  - install ocamlfind           1.9.6
  - install ounit2              2.2.7
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.2
  - install ppxlib              0.33.0
  - install re                  1.11.0
  - install seq                 base
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install topkg               1.0.7
  - install uutf                1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cppo.1.7.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.15.0  (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 re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> 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 cppo.1.7.0
-> installed re.1.11.0
-> installed ounit2.2.2.7
-> installed alcotest.1.8.0
-> installed ppxlib.0.33.0
-> installed ppx_deriving.6.0.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-05 07:53.07 ---> saved as "f1717d6620b2ac887b185d5c5c5db3ae60eb232d08e624211f5038a68ec63375"


/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 8 packages
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install crunch        3.3.1 [required by odoc]
  - install fpath         0.7.3 [required by odoc]
  - install odoc          2.4.2
  - install odoc-parser   2.4.2 [required by odoc]
  - install ptime         1.1.0 [required by crunch]
  - install result        1.5   [required by odoc]
  - install tyxml         4.6.0 [required by odoc]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved result.1.5  (cached)
-> retrieved ptime.1.1.0  (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 fpath.0.7.3
-> installed result.1.5
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> 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 07:53.43 ---> saved as "cdc9f65c21ecddc0798b4db7b410122917216159c7a118d0fc542e478174f76e"


/src: (copy (src .) (dst /src/))
2024-09-05 07:53.43 ---> saved as "c4f04f5364f443566217572c22880a1ead3abfc79f68e78ce10751408c73b9e2"


/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-09-05 07:53.45 ---> saved as "511bf87927c68a315561838166f09ec3c966d4db60ff133a2d1dfe693b57ba21"
Job succeeded
2024-09-05 07:53.45: Job succeeded