Organisationsgildor478ocamlifyb43f9d (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-06-17 18:27.36: 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:7422b64d0e71b67c0189b9053cca174a613e40bb3682dea2d278323ce1582c26
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:7422b64d0e71b67c0189b9053cca174a613e40bb3682dea2d278323ce1582c26
# debian-12-5.0_opam-2.3
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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 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-06-17 18:27.36: Using cache hint "gildor478/ocamlify-ocaml/opam:debian-12-ocaml-5.0@sha256:7422b64d0e71b67c0189b9053cca174a613e40bb3682dea2d278323ce1582c26-debian-12-5.0_opam-2.3-93a4c0e1f59018bfb928f6ee49827368"
2025-06-17 18:27.36: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:7422b64d0e71b67c0189b9053cca174a613e40bb3682dea2d278323ce1582c26)
(comment debian-12-5.0_opam-2.3)
(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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 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-06-17 18:27.36: Waiting for resource in pool OCluster
2025-06-17 19:30.51: Waiting for worker…
2025-06-17 19:34.06: Got resource from pool OCluster
Building on odawa.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:7422b64d0e71b67c0189b9053cca174a613e40bb3682dea2d278323ce1582c26)
2025-06-17 19:34.06 ---> using "0574be2b5f3d411c6dde4c3fe7fb3c60cbbbbd8366295956282a1f5ac27d3bc7" from cache


/: (comment debian-12-5.0_opam-2.3)


/: (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-06-17 19:34.06 ---> using "a99ae30f9e658e3fc655c4bd68d84231cc17d486c0ee517b7b2b661bf2566586" 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-06-17 19:34.06 ---> using "9b03806303c83cf413e13e3f7b979f6d7435734ba224fdb7b4851a96a07c1cfa" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.0.0
2.2.1
2025-06-17 19:34.06 ---> using "55b33a511d8c4094171901d4404b0a2a89a3e24ccf0f9ef2e7345dddcb7833cc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-17 19:34.06 ---> using "01693f9c601c7a8949a94a56c844832030984b2f748a362f7f3c12046122e58d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1


<><> 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-06-17 19:34.06 ---> using "ac95a89839f19d039785c36317da648608687232f83c86d006b24a24f91635e8" from cache


/src: (copy (src ocamlify.opam) (dst ./))
2025-06-17 19:34.06 ---> using "b51e170129f04f8d516cd7868cff05dfd382395c8ec64a29ce6be3fbf632f95d" from cache


/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-06-17 19:34.06 ---> using "7b016dee3f090344c7833762adb91858cbac48e3fd5876c22d43bb7a77fa15fd" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-17 19:34.06 ---> using "256afbb203300cae3704065be2b7d3b6bf868b73d8233a3f790bd0fff2f22cf2" from cache


/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.19.1 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"
- 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 [263 kB]
- Fetched 366 kB in 0s (1277 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-06-17 19:34.15 ---> saved as "3c486dbc769ca26f384832b6f9a1a61feee912e4ee56a5dd9c8060a7af69045b"


/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.19.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved dune.3.19.1  (cached)
-> installed dune.3.19.1
-> installed camlp-streams.5.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-17 19:34.40 ---> saved as "3de5bd63caa0a00c7b1e269865de5efa7cdf9388f6931d5bb31994f029b1323b"


/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.19.1).
The following actions will be performed:
=== install 18 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.10.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.0.0
- install odoc-parser 3.0.0  [required by odoc]
- install ptime       1.2.0  [required by crunch]
- install re          1.12.0 [required by tyxml]
- install result      1.5    [required by odoc]
- install seq         base   [required by tyxml]
- install topkg       1.0.8  [required by fmt, astring, fpath]
- install tyxml       4.6.0  [required by odoc]
- install uutf        1.0.4  [required by tyxml]
- install yojson      3.0.0  [required by odoc]


<><> 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.10.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 re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0  (cached)
-> installed cppo.1.8.0
-> installed re.1.12.0
-> installed result.1.5
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed yojson.3.0.0
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.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.0.0
-> installed tyxml.4.6.0
-> installed odoc.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-17 19:35.05 ---> saved as "d8bf2f9ab1be93750266a5a4a3fdb080ab8eb0ecac37ddaff879afc1989984ce"


/src: (copy (src .) (dst /src/))
2025-06-17 19:35.05 ---> saved as "33d490dac2bfcf5c44a7f0235376cada403d83c16b77029eff691bc7769c49e1"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2025-06-17 19:35.05 ---> saved as "b4238552ac9eb596bee0666a43227d6ebf1b45589f0ed52c994bee3768a25f7c"
Job succeeded
2025-06-17 19:35.05: Job succeeded