Organisationsdune-universeduniverse-lint635a6c (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-09-15 18:38.40: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/dune-universe/duniverse-lint.git" -b "main" && cd "duniverse-lint" && git reset --hard 635a6cdf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e
# debian-13-4.11_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 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 duniverse-lint.opam ./
RUN opam pin add -yn duniverse-lint.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.15.0 patch.3.0.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 sha.1.15.4 stdio.v0.15.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y duniverse-lint.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-09-15 18:38.40: Using cache hint "dune-universe/duniverse-lint-ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e-debian-13-4.11_opam-2.4-1114abd988ebe1a47566044039b7c4fe"
2025-09-15 18:38.40: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e)
(comment debian-13-4.11_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 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src duniverse-lint.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn duniverse-lint.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.15.0 patch.3.0.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 sha.1.15.4 stdio.v0.15.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4")
(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 duniverse-lint.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-09-15 18:38.40: Waiting for resource in pool OCluster
2025-09-15 22:13.06: Waiting for worker…
2025-09-15 22:17.18: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 635a6cd Merge pull request #11 from dune-universe/cmdliner-ffs


(from ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e' locally
docker.io/ocaml/opam@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e: Pulling from ocaml/opam
15b1d8a5ff03: Already exists
4d5eb3ed0208: Already exists
b44e00377829: Already exists
93018e586176: Already exists
587e432a29e2: Already exists
cdf304204754: Already exists
a444cfe202e3: Already exists
964991c828c0: Already exists
a94458d90f79: Already exists
e972c69afbc9: Already exists
3997d62e9de2: Already exists
d78ea61f72f9: Already exists
c68a1176424c: Already exists
63495b383f1a: Already exists
aa1a6204320d: Already exists
187b2023e0b3: Already exists
4787e66ddf43: Already exists
973a552bac2d: Already exists
8ad831d15267: Already exists
a8377bc33a29: Already exists
84a002321686: Already exists
4f4fb700ef54: Already exists
5d52c4f201d6: Already exists
68ef19bc296a: Already exists
1cda2aa0af1b: Already exists
769f31bcfe07: Already exists
b1d715eb0b34: Already exists
6b92d559de80: Already exists
1552f16d9075: Already exists
7a69328970da: Already exists
e66b1fc86e6f: Already exists
b14737f10b30: Already exists
4b7cf33f8dea: Already exists
0499d18bfcaa: Already exists
fb0e4a52e51b: Already exists
af1ea896d29c: Already exists
cff41317f198: Already exists
fbb90a49a8ca: Already exists
2f7f155032eb: Already exists
02f68e1ce660: Already exists
4d714c935049: Pulling fs layer
8a71ff10ef35: Pulling fs layer
4d714c935049: Waiting
af351e29d056: Pulling fs layer
c6a987bc4831: Pulling fs layer
af351e29d056: Waiting
c6a987bc4831: Waiting
8a71ff10ef35: Verifying Checksum
8a71ff10ef35: Download complete
af351e29d056: Download complete
c6a987bc4831: Verifying Checksum
c6a987bc4831: Download complete
4d714c935049: Verifying Checksum
4d714c935049: Download complete
4d714c935049: Pull complete
8a71ff10ef35: Pull complete
af351e29d056: Pull complete
c6a987bc4831: Pull complete
Digest: sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e
Status: Downloaded newer image for ocaml/opam@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e
2025-09-15 22:17.18 ---> using "c71e547ff4dfabd1779036845ba5c402f7d75aebe8fc0fa775f19dbbd04002b3" from cache


/: (comment debian-13-4.11_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-09-15 22:17.18 ---> using "24008ebfa486fccf9512fe85f0315320088c158ee3becbe2e8f17c9f0b19fa80" 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-09-15 22:17.18 ---> using "75b8a9b2d5011646120587382ad8a3fbc182fca6a43b8ec4072381dbeb4ed1ab" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.11.2
2.2.1
2025-09-15 22:17.18 ---> using "1ca94d1c499373db4e4024d2ed6ae0416c479149fbaac0405995500f05c51b44" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-15 22:17.18 ---> using "1702bb5679ba748f3aae2838cc1eb4b46b1afdc98101197f9cf4e9b659444e22" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..43c98cac41  master     -> origin/master
1c9b44165f Merge pull request #28508 from fpottier/opam-publish-menhir.20250912


<><> 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-09-15 22:17.34 ---> saved as "0e15d86d1bb36a102be896234658227cbe8f5f51f6c234a9886be3c06b462d71"


/src: (copy (src duniverse-lint.opam) (dst ./))
2025-09-15 22:17.35 ---> saved as "05bc1e5001eb6108bd068c567856f33d9481baba9f17fbfdd327ac6816c0521f"


/src: (run (network host)
(shell "opam pin add -yn duniverse-lint.dev './'"))
Package duniverse-lint does not exist, create as a NEW package? [y/n] y
[duniverse-lint.dev] synchronised (file:///src)
duniverse-lint is now pinned to file:///src (version dev)
2025-09-15 22:17.36 ---> saved as "36f5bdfd18883abb626660ed4ae3958b89d161b65766da867341495d76d45dce"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-15 22:17.36 ---> saved as "eef250236ba9201405cb0a144cd06f5a0b33237d5a90db73bfca60bcdd957fbb"


/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.15.0 patch.3.0.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 sha.1.15.4 stdio.v0.15.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4")


/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 duniverse-lint.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 [40.2 kB]
- Fetched 131 kB in 0s (1580 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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-09-15 22:17.43 ---> saved as "6a8d720a0a68a838d0c6f2b1d0597491e8318d781e85cb74416c06dd0f5172e2"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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 33 packages
- install alcotest           1.9.0
- install astring            0.8.5
- install base               v0.15.1
- install cmdliner           1.3.0
- install csexp              1.5.2
- install dune               3.20.2
- install dune-configurator  3.20.2
- install fmt                0.11.0
- install jsonm              1.0.2
- install menhir             20250912
- install menhirCST          20250912
- install menhirLib          20250912
- install menhirSdk          20250912
- install num                1.6
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocamlgraph         2.2.0
- install opam-core          2.4.1
- install opam-file-format   2.2.0
- install opam-format        2.4.1
- install parsexp            v0.15.0
- install patch              3.0.0
- install re                 1.11.0
- install seq                base
- install sexplib            v0.15.1
- install sexplib0           v0.15.1
- install sha                1.15.4
- install stdio              v0.15.0
- install stdlib-shims       0.3.0
- install swhid_core         0.1
- install topkg              1.1.0
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-core.2.4.1, opam-format.2.4.1  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved patch.3.0.0  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.6
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> 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 astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed patch.3.0.0
-> installed re.1.11.0
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed ocamlgraph.2.2.0
-> installed sha.1.15.4
-> installed alcotest.1.9.0
-> installed dune-configurator.3.20.2
-> installed opam-core.2.4.1
-> installed base.v0.15.1
-> installed stdio.v0.15.0
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed menhir.20250912
-> installed opam-file-format.2.2.0
-> installed opam-format.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-09-15 22:18.25 ---> saved as "197b6c044ada8f74cf199c7c8caaa443eab2bd07f8ae4560b6df1fc1fe384929"


/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 8 packages
- 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 fpath         0.7.3 [required by odoc]
- install odoc          3.1.0
- install odoc-parser   3.1.0 [required by odoc]
- install ptime         1.2.0 [required by crunch]
- install tyxml         4.6.0 [required by odoc]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (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 cppo.1.8.0
-> installed fpath.0.7.3
-> installed ptime.1.2.0
-> installed crunch.4.0.0
-> 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-09-15 22:18.38 ---> saved as "e84e10f14355d36e1c9f23755a988ed02ecf481fa1afed87bcf308e4bfb11c64"


/src: (copy (src .) (dst /src/))
2025-09-15 22:18.38 ---> saved as "27ee81c98162c9834060fe836230f4ec1a5332835aee981980dc95be6fa0f318"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2025-09-15 22:18.38 ---> saved as "8a0249ae6b71f722d9a6e47294e969c5b33715ef6bb34b425ffae79eff48dc4c"
Job succeeded
2025-09-15 22:18.39: Job succeeded