Organisationsocaml-multicoredomainslib731f08 (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-09-28 17:20.56: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (731f08891c87e788f2cc95f2a600328f6682a5e2) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/domainslib.git" -b "main" && cd "domainslib" && git reset --hard 731f0889
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd
# debian-12-5.0_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 b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 domainslib.opam ./
RUN opam pin add -yn domainslib.dev './'
ENV DEPS="backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 saturn.0.5.0 saturn_lockfree.0.5.0 seq.base thread-table.1.0.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y domainslib.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-28 17:20.56: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd-debian-12-5.0_opam-2.2-275a4f24444b7c9685b9b3d1dbfb89e8"
2024-09-28 17:20.56: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd)
 (comment debian-12-5.0_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 b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src domainslib.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn domainslib.dev './'"))
 (env DEPS "backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 saturn.0.5.0 saturn_lockfree.0.5.0 seq.base thread-table.1.0.0 topkg.1.0.7")
 (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 domainslib.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-28 17:20.56: Waiting for resource in pool OCluster
2024-09-28 17:23.43: Waiting for worker…
2024-09-28 17:26.17: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 731f088 Merge pull request #123 from punchagan/patch-1


(from ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd)
2024-09-28 17:42.53 ---> using "9805adddd64ffacdd5b7ceb881eaa9af3e814c1eabbc3ec4c267d9e0fbefbe78" from cache


/: (comment debian-12-5.0_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-28 17:42.53 ---> using "72145f50d75b52c18953ff6eea62fe0a1fbc25b859b2da63eb36444d45e35bc7" 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-28 17:42.53 ---> using "20d116fe8c702b799af84c68479d0a93db8930193b5527581cbca96c26c863dc" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.0.0
2.2.1
2024-09-28 17:42.53 ---> using "592e9970d64b197531740f4d4fd584b47d2514a45c0aa8a52041f97307a695ee" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-28 17:42.53 ---> using "64c09a8b0851aa0d5ca41a49af8f214400a71a530fb6ab4e3c7e0613f0264ded" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..98a8109514  master     -> origin/master
b876d7d370 Merge pull request #26641 from polytypic/release-backoff-0.1.1


<><> 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-28 17:42.53 ---> using "1a0de2dfa846ae6a67e697e872ee24ce23f293f14e604aab5a27cb8d43419535" from cache


/src: (copy (src domainslib.opam) (dst ./))
2024-09-28 17:42.53 ---> using "1f82304c3684d8dc8067e1eb8d46a949fa5ebcaeb75e6fa07d136e59b75ca420" from cache


/src: (run (network host)
           (shell "opam pin add -yn domainslib.dev './'"))
[domainslib.dev] synchronised (file:///src)
domainslib is now pinned to file:///src (version dev)
2024-09-28 17:42.53 ---> using "63921a28a0b0c8069412841307f79990dd84e038cb01b0751295c420a02b584c" from cache


/src: (env DEPS "backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 saturn.0.5.0 saturn_lockfree.0.5.0 seq.base thread-table.1.0.0 topkg.1.0.7")


/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 domainslib.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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [183 kB]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Fetched 9237 kB in 1s (7316 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-09-28 17:42.53 ---> using "69bd21e8146bbb77abeee1c2ea4f821d0d194441f6335c2310b41f2a964009b5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 backoff                    0.1.1
  - install csexp                      1.5.2
  - install domain-local-await         1.0.1
  - install domain-local-timeout       1.0.1
  - install dune                       3.16.0
  - install dune-configurator          3.16.0
  - install kcas                       0.7.0
  - install mirage-clock               4.2.0
  - install mirage-clock-unix          4.2.0
  - install mtime                      2.1.0
  - install multicore-magic            2.3.0
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install psq                        0.2.1
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.4
  - install qcheck-stm                 0.4
  - install saturn                     0.5.0
  - install saturn_lockfree            0.5.0
  - install seq                        base
  - install thread-table               1.0.0
  - install topkg                      1.0.7


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved kcas.0.7.0  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved saturn.0.5.0, saturn_lockfree.0.5.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed mtime.2.1.0
-> installed dune.3.16.0
-> installed mirage-clock.4.2.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed multicore-magic.2.3.0
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed qcheck-core.0.22
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed saturn_lockfree.0.5.0
-> installed qcheck-multicoretests-util.0.4
-> installed kcas.0.7.0
-> installed saturn.0.5.0
-> installed qcheck-stm.0.4
-> installed dune-configurator.3.16.0
-> installed mirage-clock-unix.4.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-28 17:42.53 ---> using "f8c00720daff149579cbd8e378394194d86f1de4c803a693436a2f0393af48e6" 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 14 packages
  - install astring       0.8.5  [required by odoc]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install cmdliner      1.3.0  [required by odoc]
  - install cppo          1.7.0  [required by odoc]
  - install crunch        3.3.1  [required by odoc]
  - install fmt           0.9.0  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install odoc          2.4.3
  - install odoc-parser   2.4.3  [required by odoc]
  - install ptime         1.2.0  [required by crunch]
  - install re            1.12.0 [required by tyxml]
  - install result        1.5    [required by odoc]
  - install tyxml         4.6.0  [required by odoc]
  - install uutf          1.0.3  [required by tyxml]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc.2.4.3, odoc-parser.2.4.3  (cached)
-> installed cppo.1.7.0
-> installed result.1.5
-> installed re.1.12.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.3
-> installed cmdliner.1.3.0
-> installed crunch.3.3.1
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed tyxml.4.6.0
-> installed odoc.2.4.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-28 17:43.18 ---> saved as "7663c5f3970d2400b5a77cebb33c824ef11192fa8178c7847951b16ff77279c8"


/src: (copy (src .) (dst /src/))
2024-09-28 17:43.19 ---> saved as "e99376a4d0b331ee781e4be83ecb365e84cf143a0bc0d426667eddd9af99ff27"


/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/5.0/bin/odoc link -I ../_odoc/pkg/domainslib -I ../../lib/.domainslib.objs/byte -o ../_odocls/domainslib/domainslib.odocl ../../lib/.domainslib.objs/byte/domainslib.odoc)
File "lib/task.mli", line 19, characters 11-30:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
2024-09-28 17:43.19 ---> saved as "7abf1b834574250f265f0cb3515109398d7d1929375ee53a8a5baa550be6c4d1"
Job succeeded
2024-09-28 17:43.20: Job succeeded