2025-10-21 11:36.53: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (cc0ec22223e730ca3323ae9f3b166e99b93f0b5a) (linux-x86_64:(lint-doc)) Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard cc0ec222 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e # alpine-3.22-4.14_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 f61954164485b31f279bddc28b91f87eb3614379 || git fetch origin master) && git reset -q --hard f61954164485b31f279bddc28b91f87eb3614379 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam ./ RUN opam pin add -yn cmdlang.dev './' && \ opam pin add -yn cmdlang-to-cmdliner.dev './' && \ opam pin add -yn cmdlang-to-climate.dev './' && \ opam pin add -yn cmdlang-to-base.dev './' && \ opam pin add -yn cmdlang-tests.dev './' && \ opam pin add -yn cmdlang-stdlib-runner.dev './' && \ opam pin add -yn cmdlang-dev.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base climate.0.8.5 cmdliner.2.0.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.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 --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @doc || (echo "dune build @doc failed"; exit 2) END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-21 11:36.53: Using cache hint "mbarbin/cmdlang-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e-alpine-3.22-4.14_opam-2.4-c6f3bc1d497d7ed0be665fe8a6cf4fbd" 2025-10-21 11:36.53: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e) (comment alpine-3.22-4.14_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 f61954164485b31f279bddc28b91f87eb3614379 || git fetch origin master) && git reset -q --hard f61954164485b31f279bddc28b91f87eb3614379 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam) (dst ./)) (run (network host) (shell "opam pin add -yn cmdlang.dev './' && \ \nopam pin add -yn cmdlang-to-cmdliner.dev './' && \ \nopam pin add -yn cmdlang-to-climate.dev './' && \ \nopam pin add -yn cmdlang-to-base.dev './' && \ \nopam pin add -yn cmdlang-tests.dev './' && \ \nopam pin add -yn cmdlang-stdlib-runner.dev './' && \ \nopam pin add -yn cmdlang-dev.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.8.5 cmdliner.2.0.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") (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 cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.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 --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @doc || (echo \"dune build @doc failed\"; exit 2)")) ) 2025-10-21 11:36.53: Waiting for resource in pool OCluster 2025-10-21 11:36.53: Waiting for worker… 2025-10-21 11:36.53: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at cc0ec22 Upgrade and pin actions/upload-pages-artifact to current v4 (from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e) 2025-10-21 11:36.54 ---> using "764276640f5b3f4ce6b610321003cb55f6545c42846dc0b360f6be7a346afe65" from cache /: (comment alpine-3.22-4.14_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-21 11:36.54 ---> using "6720e54ae64afbb9960c6424bcdad63017c40b4d7d6d4b4cddab855f9e547dfb" 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. Continue? [y/n] y 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. [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-21 11:36.54 ---> using "491d46b321a60684e70ba78e8db58638ff14fd8a9fd56c82c70e400c4fccae72" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 4.14.2 2.2.1 2025-10-21 11:36.54 ---> using "52a7f9418945eb9d3ce95ee8ffa06e22aca6dcb329d067c80a924b63b04e60fa" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-21 11:36.54 ---> using "73a15f0b31d765b8abc13f90f4829410080243cbd172c0dae4cd1714bb2eb89d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f61954164485b31f279bddc28b91f87eb3614379 || git fetch origin master) && git reset -q --hard f61954164485b31f279bddc28b91f87eb3614379 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..dd3f59b874 master -> origin/master f619541644 Merge pull request #28708 from gridbugs/climate.0.8.5 <><> 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-21 11:37.15 ---> saved as "7999178de2a1cfe1c53a43eb78b8d3bea1e57461fd6a5e27ec5b1107e7fe3ef4" /src: (copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam) (dst ./)) 2025-10-21 11:37.15 ---> saved as "78aa457dbddff91e0f78970d6660d1829d1aabaafdb2114deac5e0d147c12de3" /src: (run (network host) (shell "opam pin add -yn cmdlang.dev './' && \ \nopam pin add -yn cmdlang-to-cmdliner.dev './' && \ \nopam pin add -yn cmdlang-to-climate.dev './' && \ \nopam pin add -yn cmdlang-to-base.dev './' && \ \nopam pin add -yn cmdlang-tests.dev './' && \ \nopam pin add -yn cmdlang-stdlib-runner.dev './' && \ \nopam pin add -yn cmdlang-dev.dev './'")) [cmdlang.dev] synchronised (file:///src) cmdlang is now pinned to file:///src (version dev) [cmdlang-to-cmdliner.dev] synchronised (file:///src) cmdlang-to-cmdliner is now pinned to file:///src (version dev) [cmdlang-to-climate.dev] synchronised (file:///src) cmdlang-to-climate is now pinned to file:///src (version dev) [cmdlang-to-base.dev] synchronised (file:///src) cmdlang-to-base is now pinned to file:///src (version dev) Package cmdlang-tests does not exist, create as a NEW package? [y/n] y [cmdlang-tests.dev] synchronised (file:///src) cmdlang-tests is now pinned to file:///src (version dev) [cmdlang-stdlib-runner.dev] synchronised (file:///src) cmdlang-stdlib-runner is now pinned to file:///src (version dev) Package cmdlang-dev does not exist, create as a NEW package? [y/n] y [cmdlang-dev.dev] synchronised (file:///src) cmdlang-dev is now pinned to file:///src (version dev) 2025-10-21 11:37.30 ---> saved as "d677ae67053204792e6d998a7be359bed363f57a2525bc5c95928fbb4759b904" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-21 11:37.30 ---> saved as "792d6126f780a0e63d085404d86385d87fb46e6ca01fe39f0dad8a278a13c1be" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.8.5 cmdliner.2.0.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") /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 cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.2-63-g72b77057f08 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.2-63-g72b77057f08 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v20251016-436-g5ded88a3e2b [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20251016-399-g2afe3391b8f [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20251016-399-g2afe3391b8f [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 59636 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [cmdlang.dev] synchronised (file:///src) [cmdlang-stdlib-runner.dev] synchronised (file:///src) [cmdlang-to-climate.dev] synchronised (file:///src) [cmdlang-to-cmdliner.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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-10-21 11:37.40 ---> saved as "4c9952c953cc13e3cac7a84ce1df123e7c33d6df7250645a5e33641bc574e28f" /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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 3 packages - install climate 0.8.5 - install cmdliner 2.0.0 - install dune 3.20.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved climate.0.8.5 (cached) -> retrieved cmdliner.2.0.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed dune.3.20.2 -> installed climate.0.8.5 Done. # Run eval $(opam env) to update the current shell environment 2025-10-21 11:38.12 ---> saved as "36c7523820acc5711325fecd7fe7f2af3a97b1734353d83005339db639e2eb41" /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 16 packages - install astring 0.8.5 [required by odoc] - install camlp-streams 5.0.1 [required by odoc-parser] - install cppo 1.8.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 ocamlfind 1.9.8 [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.14.0 [required by tyxml] - install seq base [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 cppo.1.8.0 (cached) -> retrieved astring.0.8.5 (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) -> installed camlp-streams.5.0.1 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.14.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) -> installed cppo.1.8.0 -> installed re.1.14.0 -> installed ocamlfind.1.9.8 -> 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-21 11:38.48 ---> saved as "7b0f4b8e1004dc07a700aefb47e413ee9fd035d097618285f7ed8ab0a88a66c0" /src: (copy (src .) (dst /src/)) 2025-10-21 11:38.48 ---> saved as "722e82037fb5881f00f6ccc53be0eeb934eb41a35367aad5a971b6fc248917b7" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @doc || (echo \"dune build @doc failed\"; exit 2)")) 2025-10-21 11:38.49 ---> saved as "7378a02f9d760090594ccfdb0708f0d16eb0c01f9c7e3e93981041ebcb3dd10b" Job succeeded 2025-10-21 11:38.49: Job succeeded