Organisationsjmidmutaml783831 (main)(lint-doc)

(lint-doc)

Logs

Show full logs
2025-10-09 19:26.35: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/jmid/mutaml.git" -b "main" && cd "mutaml" && git reset --hard 783831dc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072
# debian-13-4.12_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mutaml.opam ./
RUN opam pin add -yn mutaml.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.15.1 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.15.0 ppx_yojson_conv.v0.15.1 ppx_yojson_conv_lib.v0.15.0 ppxlib.0.35.0 seq.base sexplib0.v0.15.1 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y mutaml.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

2025-10-09 19:26.35: Using cache hint "jmid/mutaml-ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072-debian-13-4.12_opam-2.4-839f1154966b525fbb5ead0da985e4f7"
2025-10-09 19:26.35: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072)
 (comment debian-13-4.12_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mutaml.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mutaml.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.15.0 ppx_yojson_conv.v0.15.1 ppx_yojson_conv_lib.v0.15.0 ppxlib.0.35.0 seq.base sexplib0.v0.15.1 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.3.0.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.2 --depext-only -y mutaml.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)"))
)

2025-10-09 19:26.35: Waiting for resource in pool OCluster
2025-10-09 19:52.06: Waiting for worker…
2025-10-09 20:00.25: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 783831d Merge pull request #44 from jmid/dependabot/github_actions/actions/checkout-5

(from ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072' locally
docker.io/ocaml/opam@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072: Pulling from ocaml/opam
41943b02295d: Already exists
Digest: sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072
Status: Downloaded newer image for ocaml/opam@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072
2025-10-09 20:00.25 ---> using "bf060ccab3216165cd0b7bdb6a21baec6b19a600b6e09009a74027abe95d184c" from cache

/: (comment debian-13-4.12_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2025-10-09 20:00.25 ---> using "e4c3e922650beaef61268b899a2d637a3ce6b7766258126e2ad64adf76a199f2" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-09 20:00.25 ---> using "c7251660ed2c2bdf27744a328ebe8d51d32f5fae5c50c36d2a817838559a9841" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.12.1
2.2.1
2025-10-09 20:00.25 ---> using "9d4272fc05ba4457511b3d07154565850ed7ff19ff77bc6e6470316e4da0067f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-09 20:00.25 ---> using "2f195f8f076b67fd209d99234a8eeb3860c53edc4417fe332abec87020649447" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   bcac5d1731..fb7ce25b7e  master     -> origin/master
c04a95aabb Merge pull request #28676 from ejgallego/fix_base_0_15_1_patch_checksum

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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
2025-10-09 20:00.25 ---> using "9848d6fa730fbfed0c2ae636e05d68f7b822f9a85a45df2e4713a9356e242a02" from cache

/src: (copy (src mutaml.opam) (dst ./))
2025-10-09 20:00.26 ---> saved as "094ff2756ed3683df24c211ca30425a4338cbe79ca65ecc57c2f52c98476230c"

/src: (run (network host)
           (shell "opam pin add -yn mutaml.dev './'"))
[mutaml.dev] synchronised (file:///src)
mutaml is now pinned to file:///src (version dev)
2025-10-09 20:00.29 ---> saved as "93333dbedaf5c0ba16592e8cf12eebdfc1b39b86c16055b6490fd757d5f5dee7"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-09 20:00.30 ---> saved as "a914ec448a64919826faaa1025a5d5cd90354a8fcec30f2672180d671367b562"

/src: (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.15.0 ppx_yojson_conv.v0.15.1 ppx_yojson_conv_lib.v0.15.0 ppxlib.0.35.0 seq.base sexplib0.v0.15.1 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.3.0.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.2 --depext-only -y mutaml.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [52.2 kB]
- Fetched 143 kB in 0s (720 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mutaml.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.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).
2025-10-09 20:00.52 ---> saved as "832506392396d5cff478a7a999b9ca315a6306f5f785b515b8260d4a17e00ab0"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.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 22 packages
  - install base                v0.15.1
  - install conf-diffutils      2
  - install conf-timeout        1
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install dune                3.20.2
  - install dune-configurator   3.20.2
  - install ocaml-compiler-libs v0.12.4
  - install ocamlfind           1.9.8
  - install octavius            1.2.2
  - install ounit2              2.2.7
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.3
  - install ppx_js_style        v0.15.0
  - install ppx_yojson_conv     v0.15.1
  - install ppx_yojson_conv_lib v0.15.0
  - install ppxlib              0.35.0
  - install seq                 base
  - install sexplib0            v0.15.1
  - install stdlib-random       1.2.0
  - install stdlib-shims        0.3.0
  - install yojson              3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-diffutils.2
-> installed conf-timeout.1
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_js_style.v0.15.0  (cached)
-> retrieved ppx_yojson_conv.v0.15.1  (cached)
-> retrieved ppx_yojson_conv_lib.v0.15.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved stdlib-random.1.2.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.8.0
-> installed octavius.1.2.2
-> installed yojson.3.0.0
-> installed stdlib-random.1.2.0
-> installed ppx_yojson_conv_lib.v0.15.0
-> installed ounit2.2.2.7
-> installed dune-configurator.3.20.2
-> installed base.v0.15.1
-> installed ppxlib.0.35.0
-> installed ppx_js_style.v0.15.0
-> installed ppx_deriving.6.0.3
-> installed ppx_yojson_conv.v0.15.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-10-09 20:03.35 ---> saved as "39abe9a9350e4dd77109afc292b44591fca09a2fec9659d5e5a8afa31b5168a2"

/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.20.2).
The following actions will be performed:
=== install 14 packages
  - install astring       0.8.5  [required by odoc]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install cmdliner      2.0.0  [required by odoc]
  - install crunch        4.0.0  [required by odoc]
  - install fmt           0.11.0 [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install ocamlbuild    0.16.1 [required by fmt, astring, fpath]
  - install odoc          3.1.0
  - install odoc-parser   3.1.0  [required by odoc]
  - install ptime         1.2.0  [required by crunch]
  - install re            1.12.0 [required by tyxml]
  - install topkg         1.1.0  [required by fmt, astring, fpath]
  - install tyxml         4.6.0  [required by odoc]
  - install uutf          1.0.4  [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed re.1.12.0
-> installed cmdliner.2.0.0
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed crunch.4.0.0
-> installed fpath.0.7.3
-> installed odoc-parser.3.1.0
-> installed tyxml.4.6.0
-> installed odoc.3.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-10-09 20:04.39 ---> saved as "8423b80fac5405517a3f49d9c254262dc9d7652810a719c15a05eda05817e34b"

/src: (copy (src .) (dst /src/))
2025-10-09 20:04.40 ---> saved as "7093621e592284d5742b4532b66ff9f111ac775f6e6665dba327eab58c2ab39d"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2025-10-09 20:04.43 ---> saved as "0bd905fa01c2486d5e0005089caf2dfbdba62a5224f25b230b976e6bdf50a61f"
Job succeeded
2025-10-09 20:04.43: Job succeeded