Organisationsocaml-gospelgospel3031a4 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-04-30 08:22.59: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (3031a4d94b6a0c28146d624b11edf45b4cbcdaf6) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 3031a4d9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074
# debian-12-4.11_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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y gospel.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-04-30 08:22.59: Using cache hint "ocaml-gospel/gospel-ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074-debian-12-4.11_opam-2.1-0f431613856d64891ada2e2b7a932817"
2024-04-30 08:22.59: Using OBuilder spec:
((from ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074)
 (comment debian-12-4.11_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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gospel.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn gospel.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 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 gospel.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-04-30 08:22.59: Waiting for resource in pool OCluster
2024-04-30 11:25.27: Waiting for worker…
2024-04-30 11:32.22: Got resource from pool OCluster
Building on x86-bm-c17.sw.ocaml.org
All commits already cached
HEAD is now at 3031a4d Merge pull request #398 from n-osborne/bump-version-0.3.0


(from ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074)
2024-04-30 11:32.22 ---> using "3598fbdac6039feb938c51a83239f028aeff7a79f1ad542841083b97fe00a016" from cache


/: (comment debian-12-4.11_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-04-30 11:32.22 ---> using "1347ac1ed3e89e7747498353a200ebe13b2071fb3a703c90e559752140ca5573" 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-04-30 11:32.22 ---> using "b26642540ef8edc502bbca4269e64f8796da5f1c2f2ab4f294a5822f51b81b9a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.11.2
2.1.5
2024-04-30 11:32.22 ---> using "f2ea79c22f5f5ef0aef1107f06ddcf6d2a642e7fb17879dd38aabd78fefb35f9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 11:32.22 ---> using "c24676b659b044b5249ef62ee084e55e3317bfe232a18055fe1493cd3a0e879f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..12574112aa  master     -> origin/master
60c4208f49 Merge pull request #25714 from emillon/release-dune-3.15.2


<><> 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-04-30 11:32.22 ---> using "ac2cef12f5c8055b017335974867ff1e41d94ba97c63eef409eb0d3a84d46de0" from cache


/src: (copy (src gospel.opam) (dst ./))
2024-04-30 11:32.22 ---> using "7d35f28e1a782b875605de5a2417e98f3fb33dab7ece5a8b8c4bb3851a61a321" from cache


/src: (run (network host)
           (shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2024-04-30 11:32.22 ---> using "f0af51d95aa4bb43677445dd394c487666f8b25ab2eb685d1a4e766b0e7e8355" from cache


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 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 gospel.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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (741 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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-04-30 11:32.47 ---> saved as "99ab77e399569c5d3a2beab22760f9c1cd63ce6e09f95d90376698d61be0cc7a"


/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.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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 cmdliner            1.2.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install dune                3.15.2
  - install topkg               1.0.7
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install result              1.5
  - install re                  1.11.0
  - install ppx_derivers        1.2.1
  - install pp_loc              2.1.0
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install dune-build-info     3.15.2
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install uutf                1.0.3
  - install ptime               1.1.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install tyxml               4.6.0
  - install crunch              3.3.1
  - install odoc-parser         2.4.2
  - install fpath               0.7.3
  - install ppx_deriving        5.2.1
  - install odoc                2.4.2
===== 31 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> 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 tyxml.4.6.0  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.15.2
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed menhirCST.20231231
-> installed pp_loc.2.1.0
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20231231
-> installed sexplib0.v0.16.0
-> installed cppo.1.6.9
-> installed menhirLib.20231231
-> installed dune-build-info.3.15.2
-> installed re.1.11.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 11:34.14 ---> saved as "46c0a4828db8da2f4b000077505b86c4ee1ffae6305c92026014adf666779992"


/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 odoc is already installed (current version is 2.4.2).
[NOTE] Package dune is already installed (current version is 3.15.2).
2024-04-30 11:37.12 ---> saved as "1ce05c381c6550f3af611d5f9d54e8d18e9b1c659ef02727985ba73d502a4e4d"


/src: (copy (src .) (dst /src/))
2024-04-30 11:37.13 ---> saved as "2294b6430540347477bfe3a25544790e6cbd9a38f1ae944f8b91284667af8fa9"


/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.11/bin/odoc link -I ../_odoc/pkg/gospel -I ../../docs/stdlib/.gospelstdlib.objs/byte -I ../../src/.gospel.objs/byte -I ../../src/ppx_odoc_of_gospel/.ppx_odoc_of_gospel.objs/byte -o ../_odocls/gospel/gospelstdlib.odocl ../../docs/stdlib/.gospelstdlib.objs/byte/gospelstdlib.odoc)
File "../../src/stdlib/gospelstdlib.mli", line 336, characters 15-25:
Warning: Failed to resolve reference unresolvedroot(_exists) Couldn't find "_exists"
File "../../src/stdlib/gospelstdlib.mli", line 333, characters 15-25:
Warning: Failed to resolve reference unresolvedroot(for_all) Couldn't find "for_all"
File "../../src/stdlib/gospelstdlib.mli", line 311, characters 15-21:
Warning: Failed to resolve reference unresolvedroot(map) Couldn't find "map"
File "../../src/stdlib/gospelstdlib.mli", line 300, characters 15-24:
Warning: Failed to resolve reference unresolvedroot(append) Couldn't find "append"
File "../../src/stdlib/gospelstdlib.mli", line 265, characters 15-25:
Warning: Failed to resolve reference unresolvedroot(_exists) Couldn't find "_exists"
File "../../src/stdlib/gospelstdlib.mli", line 262, characters 15-25:
Warning: Failed to resolve reference unresolvedroot(for_all) Couldn't find "for_all"
File "../../src/stdlib/gospelstdlib.mli", line 240, characters 15-21:
Warning: Failed to resolve reference unresolvedroot(map) Couldn't find "map"
File "../../src/stdlib/gospelstdlib.mli", line 146, characters 35-44:
Warning: Failed to resolve reference unresolvedroot(return) Couldn't find "return"
File "../../src/stdlib/gospelstdlib.mli", line 137, characters 20-31:
Warning: Failed to resolve reference unresolvedroot(sequence) Couldn't find "sequence"
2024-04-30 11:37.20 ---> saved as "b793751e48573f861d3018f68672550b81ca236fff9b4abf66da1639059c1093"
Job succeeded
2024-04-30 11:37.21: Job succeeded