OrganisationsMisterDAmorbig9e111e (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-04-30 08:30.13: New job: test MisterDA/morbig https://github.com/MisterDA/morbig.git#refs/heads/master (9e111e3984896c2c2218ba511097af2c48e25686) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/MisterDA/morbig.git" -b "master" && cd "morbig" && git reset --hard 9e111e39
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be
# debian-12-4.04_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 morbig.opam ./
RUN opam pin add -yn morbig.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.3 ppx_tools.5.0 ppxfind.1.4 result.1.5 seq.0.3.1 visitors.20200210 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y morbig.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:30.13: Using cache hint "MisterDA/morbig-ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be-debian-12-4.04_opam-2.1-377e7859e962d7728f8b1b2cd2ce15e0"
2024-04-30 08:30.13: Using OBuilder spec:
((from ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be)
 (comment debian-12-4.04_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src morbig.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn morbig.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.3 ppx_tools.5.0 ppxfind.1.4 result.1.5 seq.0.3.1 visitors.20200210 yojson.2.1.2")
 (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 morbig.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:30.13: Waiting for resource in pool OCluster
2024-04-30 19:05.11: Waiting for worker…
2024-04-30 19:11.17: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9e111e3 Merge pull request #131 from colis-anr/niols/conservative-cstub


(from ocaml/opam@sha256:76fea09d9f7692564ebd3b2a80ba1e7615d15689d47d41462eb5edf90dfd05be)
2024-04-30 19:11.18 ---> using "981e9ae427ed96d8eead419a513992a7b2f44b0033eb80234fec68fa910bdf99" from cache


/: (comment debian-12-4.04_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 19:11.18 ---> using "106fbb46bde01be180229a93ede9ee0a5b05711764692069b00b5dd376eddfe6" 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 19:11.18 ---> using "dc65a80c164b81a7bd1fb129df31922f60c571a8c0c328aa1f6acca61002965f" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:11.18 ---> using "0b5a0382a930b998067b3a707299600408174d9f36937b4b0860e4a8d0935a7c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..784f6c3aec  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (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 19:11.18 ---> using "96797a0a344f8845ae0f0e51abf51926f2706b88bfde6a458a8ac1821c69e5cb" from cache


/src: (copy (src morbig.opam) (dst ./))
2024-04-30 19:11.18 ---> saved as "9240093253df8141771af9de8674d35bf595fd2979409be75efd6e4f8afa381a"


/src: (run (network host)
           (shell "opam pin add -yn morbig.dev './'"))
[morbig.dev] synchronised (file:///src)
[WARNING] Failed checks on morbig package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "GPL3"
morbig is now pinned to file:///src (version dev)
2024-04-30 19:11.19 ---> saved as "953bd62aacc9ff9c40e1a68c5b1bcbea30d8e09ad88b5cb117dcc241fbfad181"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.3 ppx_tools.5.0 ppxfind.1.4 result.1.5 seq.0.3.1 visitors.20200210 yojson.2.1.2")


/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 morbig.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 (789 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.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 19:11.31 ---> saved as "01d22c1c56c0ab8242ab245b560d9e293a407743e151ba15a8f87d14083a75cc"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.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 ocamlfind               1.9.6
  - install ppx_tools               5.0
  - install ocamlfind-secondary     1.9.6
  - install dune                    3.15.2
  - install seq                     0.3.1
  - install result                  1.5
  - install ppx_derivers            1.2.1
  - install menhirSdk               20230608
  - install menhirLib               20230608
  - install cppo                    1.6.9
  - install ocaml-migrate-parsetree 1.8.0
  - install menhir                  20230608
  - install yojson                  2.1.2
  - install ppxfind                 1.4
  - install ppx_deriving            4.5-1
  - install visitors                20200210
  - install ppx_deriving_yojson     3.5.3
===== 17 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved menhir.20230608  (cached)
-> retrieved menhirLib.20230608  (cached)
-> retrieved menhirSdk.20230608  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.4.5-1  (cached)
-> retrieved ppx_deriving_yojson.3.5.3  (cached)
-> retrieved ppx_tools.5.0  (cached)
-> retrieved ppxfind.1.4  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved visitors.20200210  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ppx_tools.5.0
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed seq.0.3.1
-> installed result.1.5
-> installed menhirSdk.20230608
-> installed menhirLib.20230608
-> installed cppo.1.6.9
-> installed yojson.2.1.2
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ppxfind.1.4
-> installed ppx_deriving.4.5-1
-> installed visitors.20200210
-> installed ppx_deriving_yojson.3.5.3
-> installed menhir.20230608
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:12.15 ---> saved as "d0afef2838dad6c91f84589d71f0de1d500e8d2ab4cef5ed5f5cd0a7ce4877c9"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment


<><> Carrying on to "opam depext -i conf-m4" ><><><><><><><><><><><><><><><><><>


You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
m4
The following actions will be performed:
  - install conf-m4 1


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# Run eval $(opam env) to update the current shell environment
You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.15.2).
The following actions will be performed:
  - install ocamlbuild    0.14.3 [required by fmt, astring, fpath]
  - install cmdliner      1.0.4  [required by odoc]
  - install base-bytes    base   [required by astring]
  - install re            1.11.0 [required by tyxml]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install stdlib-shims  0.3.0  [required by fmt]
  - install topkg         1.0.4  [required by fmt, astring, fpath]
  - install crunch        2.2.0  [required by odoc]
  - install uutf          1.0.3  [required by tyxml]
  - install fmt           0.8.6  [required by odoc]
  - install astring       0.8.3  [required by odoc]
  - install tyxml         4.6.0  [required by odoc]
  - install odoc-parser   2.4.1  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install odoc          2.4.1
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bytes.base
-> retrieved astring.0.8.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved crunch.2.2.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved topkg.1.0.4  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved odoc.2.4.1  (cached)
-> retrieved odoc-parser.2.4.1  (cached)
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed crunch.2.2.0
-> installed topkg.1.0.4
-> installed uutf.1.0.3
-> installed fmt.0.8.6
-> installed astring.0.8.3
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:14.30 ---> saved as "27f9817292ff62cbd0430ae9b07f008d7625e9c789e04382feb17840d6724729"


/src: (copy (src .) (dst /src/))
2024-04-30 19:14.30 ---> saved as "246459df4f2480fd904db249e18a1123c46ddae8547158e8b4b917f37b7b63d4"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/src/.morbig.objs/byte && /home/opam/.opam/4.04/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/morbig --pkg morbig -o morbig__CSTVisitors.odoc morbig__CSTVisitors.cmt)
File "src/CSTVisitors.ml", line 21, characters 11-14:
Warning: '{ul ...}' (bulleted list) should begin on its own line.
2024-04-30 19:14.33 ---> saved as "8a5bce11eb4f1577b1fdd98bc65cae5fb0459d56ed99749a800161ba8afcd487"
Job succeeded
2024-04-30 19:14.34: Job succeeded