Organisationsocaml-ppxppx40e5a3 (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-06-17 14:05.36: New job: test ocaml-ppx/ppx https://github.com/ocaml-ppx/ppx.git#refs/heads/master (40e5a35a4386d969effaf428078c900bd03b78ec) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx.git" -b "master" && cd "ppx" && git reset --hard 40e5a35a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
# debian-12-4.07_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx.opam astlib.opam ./
RUN opam pin add -yn ppx.dev './' && \
    opam pin add -yn astlib.dev './'
ENV DEPS="base.v0.12.2 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 cinaps.v0.15.1 core_kernel.v0.12.3 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 num.1.5 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.8.1 re.1.11.0 result.1.5 seq.base sexp_pretty.v0.12.0 sexplib.v0.12.0 sexplib0.v0.12.0 splittable_random.v0.12.0 stdio.v0.12.0 time_now.v0.12.0 typerep.v0.12.0 variantslib.v0.12.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ppx.dev astlib.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-06-17 14:05.36: Using cache hint "ocaml-ppx/ppx-ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc-debian-12-4.07_opam-2.1-157c9bce37f3e66084de745b9595a4cb"
2024-06-17 14:05.36: Using OBuilder spec:
((from ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc)
 (comment debian-12-4.07_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ppx.opam astlib.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ppx.dev './' && \
             \nopam pin add -yn astlib.dev './'"))
 (env DEPS "base.v0.12.2 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 cinaps.v0.15.1 core_kernel.v0.12.3 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 num.1.5 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.8.1 re.1.11.0 result.1.5 seq.base sexp_pretty.v0.12.0 sexplib.v0.12.0 sexplib0.v0.12.0 splittable_random.v0.12.0 stdio.v0.12.0 time_now.v0.12.0 typerep.v0.12.0 variantslib.v0.12.0")
 (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 ppx.dev astlib.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-06-17 14:05.36: Waiting for resource in pool OCluster
2024-06-19 17:43.06: Waiting for worker…
2024-06-19 17:45.46: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 40e5a35 get rid of deprecated libraries


(from ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc)
Unable to find image 'ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc' locally
docker.io/ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc: Pulling from ocaml/opam
a7adfca744ef: Pulling fs layer
a7adfca744ef: Verifying Checksum
a7adfca744ef: Download complete
a7adfca744ef: Pull complete
Digest: sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
Status: Downloaded newer image for ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
2024-06-19 17:45.46 ---> using "5a8be31c926abf08d46f470c7f2665dbb89c12f8f41cbbec553f2cabb23b3bef" from cache


/: (comment debian-12-4.07_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-06-19 17:45.46 ---> using "b1f89e06b883d202b51602508120151b83aba78725536cd85abc19403ff83f4e" 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-06-19 17:45.46 ---> using "972cc7a081a9e131732628c60ecd4d1a244e3b018a3ce377f1a6ae7dec9d5a87" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.07.1
2.1.6
2024-06-19 17:45.46 ---> using "0d5c64583bc75e62f21b21b7daa1752047da7336ca2f56b4f0d7098028c9011a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 17:45.46 ---> using "cb6fc7d5156c20dec0307cbc09bfc6088c878e7636d6df70700760252b93245b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - recompile ocaml-config 1       [upstream or system changes]
  - recompile ocaml        4.07.1  [uses ocaml-config]
  - recompile opam-depext  1.2.1-1 [uses ocaml]
===== 3 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.07.1
-> removed   ocaml-config.1
[NOTE] While removing ocaml-config.1: not removing non-empty directories:
         - share


-> installed ocaml-config.1
-> installed ocaml.4.07.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
2024-06-19 17:45.46 ---> using "fb4a7d1adc5c0384966b00a81f840b611291025a4825d8169769f61d059b3041" from cache


/src: (copy (src ppx.opam astlib.opam) (dst ./))
2024-06-19 17:45.46 ---> using "1781c535f6586fc245b524dfba97a200399c8e0cb7a46910e30d1a771b2c43bc" from cache


/src: (run (network host)
           (shell  "opam pin add -yn ppx.dev './' && \
                  \nopam pin add -yn astlib.dev './'"))
Package ppx does not exist, create as a NEW package? [Y/n] y
[ppx.dev] synchronised (file:///src)
ppx is now pinned to file:///src (version dev)
Package astlib does not exist, create as a NEW package? [Y/n] y
[astlib.dev] synchronised (file:///src)
astlib is now pinned to file:///src (version dev)
2024-06-19 17:45.49 ---> saved as "5dfd423959a151bb336b744351fbfd5b88351286e6f23fd36994930a4e9ad0d3"


/src: (env DEPS "base.v0.12.2 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 cinaps.v0.15.1 core_kernel.v0.12.3 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 num.1.5 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.8.1 re.1.11.0 result.1.5 seq.base sexp_pretty.v0.12.0 sexplib.v0.12.0 sexplib0.v0.12.0 splittable_random.v0.12.0 stdio.v0.12.0 time_now.v0.12.0 typerep.v0.12.0 variantslib.v0.12.0")


/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 ppx.dev astlib.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 [160 kB]
- Fetched 263 kB in 0s (801 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[astlib.dev] synchronised (no changes)
[ppx.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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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-06-19 17:46.02 ---> saved as "0e685c192a37b3a7e9cb30dbaa9d0072cb1f22cb519ddb1f8f21c9ad4976ab86"


/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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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 num                        1.5
  - install ocamlfind                  1.9.6
  - install seq                        base
  - install ocamlfind-secondary        1.9.6
  - install dune                       3.16.0
  - install sexplib0                   v0.12.0
  - install result                     1.5
  - install re                         1.11.0
  - install ppx_derivers               1.2.1
  - install octavius                   1.2.2
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-compiler-libs        v0.12.4
  - install jane-street-headers        v0.12.0
  - install csexp                      1.5.2
  - install cinaps                     v0.15.1
  - install ocaml-migrate-parsetree    1.8.0
  - install dune-configurator          3.16.0
  - install base                       v0.12.2
  - install variantslib                v0.12.0
  - install typerep                    v0.12.0
  - install stdio                      v0.12.0
  - install parsexp                    v0.12.0
  - install fieldslib                  v0.12.0
  - install ppxlib                     0.8.1
  - install sexplib                    v0.12.0
  - install ppx_variants_conv          v0.12.0
  - install ppx_typerep_conv           v0.12.0
  - install ppx_stable                 v0.12.0
  - install ppx_sexp_conv              v0.12.0
  - install ppx_pipebang               v0.12.0
  - install ppx_optional               v0.12.0
  - install ppx_optcomp                v0.12.0
  - install ppx_let                    v0.12.0
  - install ppx_js_style               v0.12.0
  - install ppx_inline_test            v0.12.0
  - install ppx_here                   v0.12.0
  - install ppx_fields_conv            v0.12.0
  - install ppx_enumerate              v0.12.0
  - install ppx_compare                v0.12.0
  - install ppx_custom_printf          v0.12.1
  - install ppx_bench                  v0.12.0
  - install ppx_sexp_value             v0.12.0
  - install ppx_sexp_message           v0.12.0
  - install ppx_fail                   v0.12.0
  - install ppx_hash                   v0.12.0
  - install ppx_assert                 v0.12.0
  - install bin_prot                   v0.12.0
  - install ppx_base                   v0.12.0
  - install splittable_random          v0.12.0
  - install ppx_expect                 v0.12.0
  - install jst-config                 v0.12.0
  - install ppx_bin_prot               v0.12.1
  - install sexp_pretty                v0.12.0
  - install base_quickcheck            v0.12.1
  - install time_now                   v0.12.0
  - install ppx_module_timer           v0.12.0
  - install ppx_jane                   v0.12.0
  - install base_bigstring             v0.12.0
  - install core_kernel                v0.12.3
  - install expect_test_helpers_kernel v0.12.0
===== 60 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base_bigstring.v0.12.0  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved base_quickcheck.v0.12.1  (cached)
-> retrieved bin_prot.v0.12.0  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved core_kernel.v0.12.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved expect_test_helpers_kernel.v0.12.0  (cached)
-> retrieved fieldslib.v0.12.0  (cached)
-> retrieved jane-street-headers.v0.12.0  (cached)
-> retrieved jst-config.v0.12.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> installed num.1.5
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_assert.v0.12.0  (cached)
-> retrieved ppx_base.v0.12.0  (cached)
-> retrieved ppx_bench.v0.12.0  (cached)
-> retrieved ppx_bin_prot.v0.12.1  (cached)
-> retrieved ppx_compare.v0.12.0  (cached)
-> retrieved ppx_custom_printf.v0.12.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.12.0  (cached)
-> retrieved ppx_expect.v0.12.0  (cached)
-> retrieved ppx_fail.v0.12.0  (cached)
-> retrieved ppx_fields_conv.v0.12.0  (cached)
-> retrieved ppx_hash.v0.12.0  (cached)
-> retrieved ppx_here.v0.12.0  (cached)
-> retrieved ppx_inline_test.v0.12.0  (cached)
-> retrieved ppx_jane.v0.12.0  (cached)
-> retrieved ppx_js_style.v0.12.0  (cached)
-> retrieved ppx_let.v0.12.0  (cached)
-> retrieved ppx_module_timer.v0.12.0  (cached)
-> retrieved ppx_optcomp.v0.12.0  (cached)
-> retrieved ppx_optional.v0.12.0  (cached)
-> retrieved ppx_pipebang.v0.12.0  (cached)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved ppx_sexp_message.v0.12.0  (cached)
-> retrieved ppx_sexp_value.v0.12.0  (cached)
-> retrieved ppx_stable.v0.12.0  (cached)
-> retrieved ppx_typerep_conv.v0.12.0  (cached)
-> retrieved ppx_variants_conv.v0.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.8.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sexp_pretty.v0.12.0  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved splittable_random.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved time_now.v0.12.0  (cached)
-> retrieved typerep.v0.12.0  (cached)
-> retrieved variantslib.v0.12.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.16.0
-> installed jane-street-headers.v0.12.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed octavius.1.2.2
-> installed re.1.11.0
-> installed result.1.5
-> installed sexplib0.v0.12.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.16.0
-> installed ocaml-migrate-parsetree.1.8.0
-> installed base.v0.12.2
-> installed fieldslib.v0.12.0
-> installed variantslib.v0.12.0
-> installed stdio.v0.12.0
-> installed typerep.v0.12.0
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.8.1
-> installed ppx_optcomp.v0.12.0
-> installed ppx_here.v0.12.0
-> installed ppx_let.v0.12.0
-> installed ppx_optional.v0.12.0
-> installed ppx_fields_conv.v0.12.0
-> installed ppx_enumerate.v0.12.0
-> installed ppx_variants_conv.v0.12.0
-> installed ppx_stable.v0.12.0
-> installed ppx_typerep_conv.v0.12.0
-> installed ppx_compare.v0.12.0
-> installed ppx_sexp_conv.v0.12.0
-> installed ppx_pipebang.v0.12.0
-> installed ppx_inline_test.v0.12.0
-> installed ppx_js_style.v0.12.0
-> installed ppx_fail.v0.12.0
-> installed ppx_hash.v0.12.0
-> installed ppx_sexp_message.v0.12.0
-> installed ppx_sexp_value.v0.12.0
-> installed ppx_assert.v0.12.0
-> installed ppx_bench.v0.12.0
-> installed ppx_custom_printf.v0.12.1
-> installed ppx_base.v0.12.0
-> installed splittable_random.v0.12.0
-> installed jst-config.v0.12.0
-> installed sexp_pretty.v0.12.0
-> installed bin_prot.v0.12.0
-> installed ppx_expect.v0.12.0
-> installed time_now.v0.12.0
-> installed base_quickcheck.v0.12.1
-> installed ppx_bin_prot.v0.12.1
-> installed ppx_module_timer.v0.12.0
-> installed ppx_jane.v0.12.0
-> installed base_bigstring.v0.12.0
-> installed core_kernel.v0.12.3
-> installed expect_test_helpers_kernel.v0.12.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:47.52 ---> saved as "8628f7d9513f6f83d39765bd270c146c7397b384f961c8a2700b938583ef7682"


/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 cppo          1.6.9  [required by odoc]
  - install ocamlbuild    0.14.3 [required by fmt, astring, fpath]
  - install cmdliner      1.0.4  [required by odoc]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install stdlib-shims  0.3.0  [required by fmt]
  - install topkg         1.0.7  [required by fmt, astring, fpath]
  - install uutf          1.0.3  [required by tyxml]
  - install ptime         0.8.6  [required by crunch]
  - install fmt           0.8.9  [required by odoc]
  - install astring       0.8.5  [required by odoc]
  - install tyxml         4.6.0  [required by odoc]
  - install crunch        3.2.0  [required by odoc]
  - install odoc-parser   2.4.2  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install odoc          2.4.2
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.2.0  (cached)
-> retrieved fmt.0.8.9  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ptime.0.8.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.8.9
-> installed ptime.0.8.6
-> installed astring.0.8.5
-> installed crunch.3.2.0
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:48.33 ---> saved as "f242ee2c88a3c9e3de5bd39582182f111ead97867372a5bb5b08704218f6e808"


/src: (copy (src .) (dst /src/))
2024-06-19 17:48.34 ---> saved as "1df3e4fa4c50e5bcc83f119bd6a0b13ab7f766dea551cec55b2e069772589309"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/astlib/.astlib.objs/byte && /home/opam/.opam/4.07/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/astlib --pkg astlib -o astlib__Location.odoc astlib__Location.cmti)
File "astlib/location.mli", line 21, characters 22-24:
Warning: Paragraph should begin on its own line.
(cd _build/default/stdppx/.stdppx.objs/byte && /home/opam/.opam/4.07/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/ppx -I ../../caml/.ppx_caml.objs/byte --pkg ppx -o stdppx__Char.odoc stdppx__Char.cmt)
File "stdppx__Char.cmt":
Warning: Failed to compile expansion for include : module type of struct include identifier((root Stdppx__Char).Char, false) end Unexpanded `module type of` expression: module type of struct include identifier((root Stdppx__Char).Char, false) end
(cd _build/default/src/.ppx.objs/byte && /home/opam/.opam/4.07/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/ppx -I ../../../ast/.ppx_ast.objs/byte -I ../../../astlib/.astlib.objs/byte -I ../../../bootstrap/.ppx_bootstrap.objs/byte -I ../../../print-diff/.ppx_print_diff.objs/byte -I ../../../stdppx/.stdppx.objs/byte -I ../../../stdppx/caml/.ppx_caml.objs/byte -I ../../../traverse_builtins/.ppx_traverse_builtins.objs/byte -I ../../../viewlib/.viewlib.objs/byte --pkg ppx -o ppx__Ast_pattern.odoc ppx__Ast_pattern.cmti)
File "src/ast_pattern.mli", line 177, characters 59-61:
Warning: '{i' should be followed by space, a tab, or a new line.
(cd _build/default/src/.ppx.objs/byte && /home/opam/.opam/4.07/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/ppx -I ../../../ast/.ppx_ast.objs/byte -I ../../../astlib/.astlib.objs/byte -I ../../../bootstrap/.ppx_bootstrap.objs/byte -I ../../../print-diff/.ppx_print_diff.objs/byte -I ../../../stdppx/.stdppx.objs/byte -I ../../../stdppx/caml/.ppx_caml.objs/byte -I ../../../traverse_builtins/.ppx_traverse_builtins.objs/byte -I ../../../viewlib/.viewlib.objs/byte --pkg ppx -o ppx__Common.odoc ppx__Common.cmti)
File "src/common.mli", line 26, characters 23-30:
Warning: '@return' should begin on its own line.
(cd _build/default/src/.ppx.objs/byte && /home/opam/.opam/4.07/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/ppx -I ../../../ast/.ppx_ast.objs/byte -I ../../../astlib/.astlib.objs/byte -I ../../../bootstrap/.ppx_bootstrap.objs/byte -I ../../../print-diff/.ppx_print_diff.objs/byte -I ../../../stdppx/.stdppx.objs/byte -I ../../../stdppx/caml/.ppx_caml.objs/byte -I ../../../traverse_builtins/.ppx_traverse_builtins.objs/byte -I ../../../viewlib/.viewlib.objs/byte --pkg ppx -o ppx__Deriving.odoc ppx__Deriving.cmti)
File "src/deriving.mli", line 38, characters 4-30:
Warning: '6': bad heading level (0-5 allowed).
(cd _build/default/_doc/_html && /home/opam/.opam/4.07/bin/odoc link -I ../_odoc/pkg/ppx -I ../../ast/.ppx_ast.objs/byte -I ../../ast/cinaps/.ppx_ast_cinaps.objs/byte -I ../../astlib/.astlib.objs/byte -I ../../bootstrap/.ppx_bootstrap.objs/byte -I ../../metaquot/.ppx_metaquot.objs/byte -I ../../metaquot/expander/.ppx_metaquot_expander.objs/byte -I ../../metaquot_lifters/.ppx_metaquot_lifters.objs/byte -I ../../ppx_view/lib/.ppx_view_lib.objs/byte -I ../../ppx_view/rewriter/.ppx_view_rewriter.objs/byte -I ../../print-diff/.ppx_print_diff.objs/byte -I ../../runner/.ppx_runner.objs/byte -I ../../runner_as_ppx/.ppx_runner_as_ppx.objs/byte -I ../../src/.ppx.objs/byte -I ../../stdppx/.stdppx.objs/byte -I ../../stdppx/caml/.ppx_caml.objs/byte -I ../../traverse/.ppx_traverse.objs/byte -I ../../traverse_builtins/.ppx_traverse_builtins.objs/byte -I ../../viewlib/.viewlib.objs/byte -o ../_odocls/ppx/stdppx.odocl ../../stdppx/.stdppx.objs/byte/stdppx.odoc)
File "stdppx/string.mli", line 41, characters 31-40:
Warning: Failed to resolve reference unresolvedroot(escape) Couldn't find "escape"
(cd _build/default/_doc/_html && /home/opam/.opam/4.07/bin/odoc link -I ../_odoc/pkg/ppx -I ../../ast/.ppx_ast.objs/byte -I ../../ast/cinaps/.ppx_ast_cinaps.objs/byte -I ../../astlib/.astlib.objs/byte -I ../../bootstrap/.ppx_bootstrap.objs/byte -I ../../metaquot/.ppx_metaquot.objs/byte -I ../../metaquot/expander/.ppx_metaquot_expander.objs/byte -I ../../metaquot_lifters/.ppx_metaquot_lifters.objs/byte -I ../../ppx_view/lib/.ppx_view_lib.objs/byte -I ../../ppx_view/rewriter/.ppx_view_rewriter.objs/byte -I ../../print-diff/.ppx_print_diff.objs/byte -I ../../runner/.ppx_runner.objs/byte -I ../../runner_as_ppx/.ppx_runner_as_ppx.objs/byte -I ../../src/.ppx.objs/byte -I ../../stdppx/.stdppx.objs/byte -I ../../stdppx/caml/.ppx_caml.objs/byte -I ../../traverse/.ppx_traverse.objs/byte -I ../../traverse_builtins/.ppx_traverse_builtins.objs/byte -I ../../viewlib/.viewlib.objs/byte -o ../_odocls/ppx/ppx.odocl ../../src/.ppx.objs/byte/ppx.odoc)
File "src/ext.mli", line 97, characters 39-70:
Warning: Failed to resolve reference unresolvedroot(Context_free).V1.map_top_down Couldn't find "V1"
File "src/attr.mli", line 194, characters 43-65:
Warning: Failed to resolve reference unresolvedroot(freshen_and_collect) Couldn't find "freshen_and_collect"
2024-06-19 17:48.41 ---> saved as "a96a3e9d8b5c4b35a39efafd63656df32e4638f5fee197b49b69acecb71823bf"
Job succeeded
2024-06-19 17:48.42: Job succeeded