2025-08-20 17:11.31: New job: test gildor478/ocamlify https://github.com/gildor478/ocamlify.git#refs/heads/master (b43f9de4c9cb6c64b49d275212b4e3dcb414b658) (linux-x86_64:(lint-doc)) Base: ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/gildor478/ocamlify.git" -b "master" && cd "ocamlify" && git reset --hard b43f9de4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a # debian-12-5.0_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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlify.opam ./ RUN opam pin add -yn ocamlify.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.20.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ocamlify.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-08-20 17:11.31: Using cache hint "gildor478/ocamlify-ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a-debian-12-5.0_opam-2.4-664b8e7d3b5af5dc1f6a108fc6a1fe93" 2025-08-20 17:11.31: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a) (comment debian-12-5.0_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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlify.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocamlify.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.20.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 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 ocamlify.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-08-20 17:11.31: Waiting for resource in pool OCluster 2025-08-20 20:24.13: Waiting for worker… 2025-08-20 20:28.23: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at b43f9de Don't try to build doc, there is no doc for this binary. (from ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a) 2025-08-20 20:28.23 ---> using "f2764a606aabe7c2b53a89ac6b1f22991914852046ba88fb7b1a0e2a68631d9b" from cache /: (comment debian-12-5.0_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-08-20 20:28.23 ---> using "564e6cfce6df30edc95eaa58c9fcf18b22c285a1dad86631667e9776fe5e28f3" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-08-20 20:28.23 ---> using "68f768112755dd27e694f10cb2f5c30f18a0b29a0255b17621d137b6419126ca" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.0.0 2.2.1 2025-08-20 20:28.23 ---> using "50c44bfe0f6a9f0040caf5e2622507e61f47be46c22a658eccf15b0a558560f2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-08-20 20:28.23 ---> using "9aaf779d869a4d760de4e96729bbadad0eb9f94a61848df8d75d38c638b3d1f0" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee8b9193dd..0978bfceb7 master -> origin/master f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0 <><> 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-08-20 20:28.23 ---> using "f3f24fe4d987397b32939d6032f5eaca2b60ca07510115da99f21b2782d23fe7" from cache /src: (copy (src ocamlify.opam) (dst ./)) 2025-08-20 20:28.23 ---> saved as "183bfc036c98d175acb7ba3325a0f22e8242025fd3c858bbdb3f9399be67bf53" /src: (run (network host) (shell "opam pin add -yn ocamlify.dev './'")) [ocamlify.dev] synchronised (file:///src) ocamlify is now pinned to file:///src (version dev) 2025-08-20 20:28.25 ---> saved as "01d84117775027dcb4a0c449743c6c657317ef10d2631299309673005c980acc" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-08-20 20:28.25 ---> saved as "822554826a833df22fdc3623e1ae31e26b9f647b3f31fe06ed0c23a6ea28d48f" /src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.20.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 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 ocamlify.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [21.8 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [274 kB] - Fetched 558 kB in 0s (1716 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlify.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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.0). [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-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-08-20 20:28.33 ---> saved as "f38d2a0a17cae730f28302e7deb12bb2e7f27d85c3362c9c4989bcd443c1fa7e" /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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.0). [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-nnp is already installed (current version is base). [NOTE] Package base-domains 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 2 packages - install camlp-streams 5.0.1 - install dune 3.20.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved dune.3.20.0 (cached) -> installed dune.3.20.0 -> installed camlp-streams.5.0.1 Done. # Run eval $(opam env) to update the current shell environment 2025-08-20 20:28.59 ---> saved as "a17a9a60d1edb26abc72b7a99efb9d7ca1efc008a5a828c786caad4c5ab85353" /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.0). The following actions will be performed: === install 16 packages - install astring 0.8.5 [required by odoc] - install cmdliner 1.3.0 [required by odoc] - 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.13.2 [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 cppo.1.8.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.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 ocamlfind.1.9.8 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.13.2 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) -> installed cppo.1.8.0 -> installed re.1.13.2 -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.1.3.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-08-20 20:29.25 ---> saved as "46fba8d32ec4600d6cff3fe26a7da9b998dfa4a64132408a065f49dc479cf69f" /src: (copy (src .) (dst /src/)) 2025-08-20 20:29.25 ---> saved as "b36334317e7a152500f7dfee3cbecde926e1a44d12ce2efbca0b6a892621ddbd" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) 2025-08-20 20:29.25 ---> saved as "6be6034159cedac7d96d1b01404416974ec92c0798ea10f929cf44971bb72048" Job succeeded 2025-08-20 20:29.26: Job succeeded