Organisationsocaml-ppxocamlformat6e5a1e ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-05-10 16:15.14: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (6e5a1ec3a2e3f336c23ed50d7f04a4d521c8a150) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 6e5a1ec3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
# 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./
RUN opam pin add -yn ocamlformat.dev './' && \
    opam pin add -yn ocamlformat-rpc-lib.dev './' && \
    opam pin add -yn ocamlformat-lib.dev './' && \
    opam pin add -yn ocamlformat-bench.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-build-info.3.15.2 dune-configurator.3.15.2 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-05-10 16:15.14: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-ecf5c8ec6071b6db8f1f74a6c61a0102"
2024-05-10 16:15.14: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocamlformat.dev './' && \
             \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
             \nopam pin add -yn ocamlformat-lib.dev './' && \
             \nopam pin add -yn ocamlformat-bench.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-build-info.3.15.2 dune-configurator.3.15.2 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.3 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-05-10 16:15.14: Waiting for resource in pool OCluster
2024-05-11 10:04.07: Waiting for worker…
2024-05-11 10:08.42: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 6e5a1ec3 Fix comments around underscore in record patterns (#2540)


(from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
Unable to find image 'ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb' locally
docker.io/ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb: Pulling from ocaml/opam
61aa86cd8a87: Pulling fs layer
61aa86cd8a87: Verifying Checksum
61aa86cd8a87: Download complete
61aa86cd8a87: Pull complete
Digest: sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Status: Downloaded newer image for ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
2024-05-11 10:08.43 ---> using "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe" 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-05-11 10:08.43 ---> using "646bc87e0f57317c5ebf610ed55d499e1a9858c6afbb70f9b3c1442beb0c0bc7" 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-05-11 10:08.43 ---> using "3efe606a65f6fe7269ee6813ddd2fa2c2714f24a04a227ae5fb5c7db864c4c57" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-05-11 10:08.43 ---> using "6225fba4323f2de754e24da77b187b22e091a3b5bdd8f66c82092a9cc9863ec9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 10:08.43 ---> using "35c4353ebc362a36ebb5c4ac3584cadf9893526dc08b896ef76d9b395ed9c850" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 10:08.43 ---> using "167082e53e3e0b5c6101e17be718ec3e4c289917b8e1d14e9b0bc7b95515b5c7" from cache


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
            (dst ./))
2024-05-11 10:08.43 ---> using "47501aac117c943c0a7c7df0569ec8b9d38b26923951db53c4df38790bd5d4c4" from cache


/src: (run (network host)
           (shell  "opam pin add -yn ocamlformat.dev './' && \
                  \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
                  \nopam pin add -yn ocamlformat-lib.dev './' && \
                  \nopam pin add -yn ocamlformat-bench.dev './'"))
[ocamlformat.dev] synchronised (file:///src)
ocamlformat is now pinned to file:///src (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)
ocamlformat-rpc-lib is now pinned to file:///src (version dev)
[ocamlformat-lib.dev] synchronised (file:///src)
ocamlformat-lib is now pinned to file:///src (version dev)
Package ocamlformat-bench does not exist, create as a NEW package? [Y/n] y
[ocamlformat-bench.dev] synchronised (file:///src)
ocamlformat-bench is now pinned to file:///src (version dev)
2024-05-11 10:08.43 ---> using "247df2264e5d25bc60c9ffe538a7c1f673beae521e11a793af522d1b7b457cb4" from cache


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-build-info.3.15.2 dune-configurator.3.15.2 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.3 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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 [155 kB]
- Fetched 258 kB in 0s (658 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat.dev] synchronised (no changes)
[ocamlformat-bench.dev] synchronised (no changes)
[ocamlformat-lib.dev] synchronised (no changes)
[ocamlformat-rpc-lib.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-05-11 10:08.47 ---> saved as "ed4037cfe714aa5e92c789353d16b94442623ffef5278ec0aed3c1fac7fc958e"


/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 cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install dune               3.15.2
  - install topkg              1.0.7
  - install base-bytes         base
  - install stdlib-shims       0.3.0
  - install sexplib0           v0.14.0
  - install re                 1.11.0
  - install ocaml-version      3.6.7
  - install ocaml-syntax-shims 1.0.0
  - install menhirSdk          20231231
  - install menhirLib          20231231
  - install menhirCST          20231231
  - install fix                20230505
  - install either             1.0.0
  - install dune-build-info    3.15.2
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install camlp-streams      5.0.1
  - install uutf               1.0.3
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocp-indent         1.8.1
  - install menhir             20231231
  - install dune-configurator  3.15.2
  - install yojson             2.1.2
  - install uucp               15.0.0
  - install bechamel           0.5.0
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install base               v0.14.3
  - install uuseg              15.0.0
  - install stdio              v0.14.0
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved bechamel.0.5.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fix.20230505  (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-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed seq.base
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.2.0
-> retrieved uuseg.15.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved uucp.15.0.0  (cached)
-> 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 fpath.0.7.3
-> installed dune.3.15.2
-> installed camlp-streams.5.0.1
-> installed bechamel.0.5.0
-> installed csexp.1.5.2
-> installed cppo.1.6.9
-> installed either.1.0.0
-> installed fix.20230505
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed ocaml-version.3.6.7
-> installed sexplib0.v0.14.0
-> installed menhirLib.20231231
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed ocp-indent.1.8.1
-> installed dune-build-info.3.15.2
-> installed yojson.2.1.2
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.2
-> installed base.v0.14.3
-> installed stdio.v0.14.0
-> installed uucp.15.0.0
-> installed uuseg.15.0.0
-> installed menhir.20231231
Done.


<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:


   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/home/opam/.opam/4.08/share/emacs/site-lisp")
     (require 'ocp-indent)


   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.08/share/ocp-indent/vim"
# Run eval $(opam env) to update the current shell environment
2024-05-11 10:09.37 ---> saved as "f4aa15bb288fb4e243d91b166285d2bf7791c017e1005806512f40d89d33ae9d"


/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 result      1.5   [required by odoc]
  - install ptime       1.1.0 [required by crunch]
  - install tyxml       4.6.0 [required by odoc]
  - install odoc-parser 2.4.2 [required by odoc]
  - install crunch      3.3.1 [required by odoc]
  - install odoc        2.4.2
===== 6 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved crunch.3.3.1  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed result.1.5
-> 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-05-11 10:12.28 ---> saved as "312c5b234d2a3d2508d2ab644029135d018b0770a81e934bdc9816bc1e5172b6"


/src: (copy (src .) (dst /src/))
2024-05-11 10:12.30 ---> saved as "ac6f5a63398dbcc4d3670c2d19112381947fc695828794d1fc9a2ae2ede91600"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/vendor/ocamlformat_support/.ocamlformat_format.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_format__Format_.odoc ocamlformat_format__Format_.cmti)
File "vendor/ocamlformat_support/format_.mli", line 323, characters 33-48:
Warning: '{[...]}' (code block) should begin on its own line.
File "vendor/ocamlformat_support/format_.mli", line 323, characters 48-49:
Warning: Paragraph should begin on its own line.
File "vendor/ocamlformat_support/format_.mli", line 1004, character 16 to line 1007, character 36:
Warning: '{[...]}' (code block) should begin on its own line.
File "vendor/ocamlformat_support/format_.mli", line 1425, characters 0-52:
Warning: Alert deprecated not expected here.
(cd _build/default/vendor/parser-extended/.ocamlformat_parser_extended.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_parser_extended__Parsetree.odoc ocamlformat_parser_extended__Parsetree.cmti)
File "vendor/parser-extended/parsetree.mli", line 656, characters 40-41:
Warning: '.' is not allowed in '{ul ...}' (bulleted list).
Suggestion: move '.' into a list item, '{li ...}' or '{- ...}'.
(cd _build/default/vendor/parser-standard/.ocamlformat_parser_standard.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_parser_standard__Parsetree.odoc ocamlformat_parser_standard__Parsetree.cmti)
File "vendor/parser-standard/parsetree.mli", line 592, characters 40-41:
Warning: '.' is not allowed in '{ul ...}' (bulleted list).
Suggestion: move '.' into a list item, '{li ...}' or '{- ...}'.
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_ocaml_common.odocl ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte/ocamlformat_ocaml_common.odoc)
File "vendor/ocaml-common/warnings.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/ocaml-common/syntaxerr.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/ocaml-common/longident.mli", line 22, characters 4-22:
Warning: Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format"
File "vendor/ocaml-common/longident.mli", line 21, characters 28-50:
Warning: Failed to resolve reference unresolvedroot(Pprintast).longident Couldn't find "Pprintast"
File "vendor/ocaml-common/longident.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/ocaml-common/longident.mli", line 54, characters 53-71:
Warning: Failed to resolve reference unresolvedroot(Parse).longident Couldn't find "Parse"
File "vendor/ocaml-common/longident.mli", line 54, characters 22-30:
Warning: Failed to resolve reference unresolvedroot(Parse) Couldn't find "Parse"
File "vendor/ocaml-common/location.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_format.odocl ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte/ocamlformat_format.odoc)
File "vendor/ocamlformat_support/format_.mli", line 33, characters 25-34:
Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find "Format"
File "vendor/ocamlformat_support/format_.mli", line 31, characters 33-57:
Warning: Failed to resolve reference unresolvedroot(Stdlib).stderr Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 30, characters 33-57:
Warning: Failed to resolve reference unresolvedroot(Stdlib).stdout Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 1190, characters 6-15:
Warning: Failed to resolve reference unresolvedroot(Printf) Couldn't find "Printf"
File "vendor/ocamlformat_support/format_.mli", line 1008, characters 29-50:
Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 975, characters 47-63:
Warning: Failed to resolve reference unresolvedroot(Stdlib).stderr Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 969, characters 47-63:
Warning: Failed to resolve reference unresolvedroot(Stdlib).stdout Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 952, characters 21-42:
Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 950, characters 24-35:
Warning: Failed to resolve reference unresolvedroot(Buffer).t Couldn't find "Buffer"
File "vendor/ocamlformat_support/format_.mli", line 859, characters 3-19:
Warning: Failed to resolve reference unresolvedroot(Stdlib).ignore Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 858, characters 3-24:
Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 857, characters 36-51:
Warning: Failed to resolve reference unresolvedroot(Stdlib).flush Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 857, characters 8-31:
Warning: Failed to resolve reference unresolvedroot(Stdlib).output_string Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 606, characters 48-70:
Warning: Failed to resolve reference unresolvedroot(Format).print_tbreak Couldn't find "Format"
File "vendor/ocamlformat_support/format_.mli", line 603, characters 11-28:
Warning: Failed to resolve reference unresolvedroot(Format).set_tab Couldn't find "Format"
File "vendor/ocamlformat_support/format_.mli", line 592, characters 9-18:
Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find "Format"
File "vendor/ocamlformat_support/format_.mli", line 400, characters 58-73:
Warning: Failed to resolve reference unresolvedroot(Stdlib).flush Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 88, characters 12-21:
Warning: Failed to resolve reference unresolvedroot(Stdlib) Couldn't find "Stdlib"
File "vendor/ocamlformat_support/format_.mli", line 51, characters 16-33:
Warning: Failed to resolve reference unresolvedroot(Format).fprintf Couldn't find "Format"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_parser_extended.odocl ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte/ocamlformat_parser_extended.odoc)
File "vendor/parser-extended/parsetree.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/parser-extended/asttypes.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_parser_standard.odocl ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte/ocamlformat_parser_standard.odoc)
File "vendor/parser-standard/parsetree.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/parser-standard/asttypes.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat -I ../../lib-rpc-server/.ocamlformat_rpc.objs/byte -I ../../lib-rpc/lib-protocol/.ocamlformat_rpc_lib_protocol.objs/byte -I ../../lib/.ocamlformat_lib.objs/byte -I ../../lib/bin_conf/.bin_conf.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat/page-api.odocl ../_odoc/pkg/ocamlformat/page-api.odoc)
File "../../../../doc/api.mld", line 3, characters 65-96:
Warning: Failed to resolve reference unresolvedroot(Ocamlformat).Translation_unit Couldn't find "Ocamlformat"
File "../../../../doc/api.mld", line 3, characters 27-41:
Warning: Failed to resolve reference unresolvedroot(Ocamlformat) Couldn't find "Ocamlformat"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_lib.odocl ../../lib/.ocamlformat_lib.objs/byte/ocamlformat_lib.odoc)
File "vendor/parser-standard/parsetree.mli", line 19, characters 2-33:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/parser-standard/parsetree.mli", line 987, characters 30-73:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 985, characters 30-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 907, characters 21-61:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 904, characters 21-67:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 781, characters 22-65:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 778, characters 22-65:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 775, characters 22-69:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 772, characters 22-69:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 766, characters 34-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 763, characters 34-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 760, characters 34-74:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 757, characters 35-75:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 729, characters 30-73:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 727, characters 30-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 713, characters 36-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 710, characters 36-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 707, characters 36-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 704, characters 36-76:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 631, characters 35-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 629, characters 35-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 627, characters 35-75:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 523, characters 32-75:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 520, characters 32-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 375, characters 37-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).direction_flag.Downto Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 373, characters 37-76:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).direction_flag.Upto Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 331, characters 14-56:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 330, characters 14-56:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 329, characters 14-54:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 318, characters 13-55:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 313, characters 36-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 310, characters 36-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 307, characters 36-80:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 304, characters 36-76:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 298, characters 30-73:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 296, characters 30-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 255, characters 32-68:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 253, characters 32-72:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 137, characters 39-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 134, characters 39-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 131, characters 39-75:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 128, characters 39-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 116, characters 43-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 114, characters 39-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 97, characters 37-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 95, characters 37-79:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"
File "vendor/parser-standard/parsetree.mli", line 93, characters 37-77:
Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0
Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"
File "lib/Parse_with_comments.mli", line 49, characters 34-64:
Warning: Failed to resolve reference unresolvedroot(Extended_ast).Parse.toplevel Couldn't find "toplevel"
File "lib/Parse_with_comments.mli", line 38, characters 4-59:
Warning: Failed to resolve reference unresolvedroot([Warning50]) Couldn't find "[Warning50]"
File "vendor/ocaml-common/longident.mli", line 22, characters 4-22:
Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 83, character 2
Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format"
File "vendor/ocaml-common/longident.mli", line 21, characters 28-50:
Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 83, character 2
Failed to resolve reference unresolvedroot(Pprintast).longident Couldn't find "Pprintast"
File "vendor/ocaml-common/longident.mli", line 19, characters 2-33:
Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 83, character 2
Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/ocaml-common/longident.mli", line 54, characters 53-71:
Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 83, character 2
Failed to resolve reference unresolvedroot(Parse).longident Couldn't find "Parse"
File "vendor/ocaml-common/longident.mli", line 54, characters 22-30:
Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 83, character 2
Failed to resolve reference unresolvedroot(Parse) Couldn't find "Parse"
File "vendor/ocaml-common/location.mli", line 19, characters 2-33:
Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 35, character 2
Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "lib/Fmt.mli", line 69, characters 8-38:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.force_newline Couldn't find "Stdlib"
File "lib/Fmt.mli", line 64, characters 8-34:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.print_cut Couldn't find "Stdlib"
File "lib/Fmt.mli", line 59, characters 8-42:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.print_space_break Couldn't find "Stdlib"
File "vendor/parser-extended/asttypes.mli", line 19, characters 2-33:
Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 57, character 2
Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "vendor/parser-extended/parsetree.mli", line 19, characters 2-33:
Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 14, character 0
Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "lib/Conf_decl.mli", line 13, characters 62-73:
Warning: Failed to resolve reference unresolvedroot(Conf).mli Couldn't find "mli"
2024-05-11 10:12.32 ---> saved as "4bbfa57e1c7c96163fa3c5f802b20be2c20d6a0b14ccd079e0c3b16c30e40cfd"
Job succeeded
2024-05-11 10:12.33: Job succeeded