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

(lint-doc)

Logs

Show full logs
2024-09-01 14:12.06: 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-12-ocaml-4.11@sha256:46543cea87197d5f47a6b4e4045ec16cd80d8b0229f9db879541221aa6f9875f
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-12-ocaml-4.11@sha256:46543cea87197d5f47a6b4e4045ec16cd80d8b0229f9db879541221aa6f9875f
# debian-12-4.11_opam-2.2
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 dc100cf45d474f54c5bea089acf571a60c0e12e7 || git fetch origin master) && git reset -q --hard dc100cf45d474f54c5bea089acf571a60c0e12e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 duniverse-lint.opam ./
RUN opam pin add -yn duniverse-lint.dev './'
ENV DEPS="alcotest.1.8.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.16.0 dune-configurator.3.16.0 fmt.0.9.0 jsonm.1.0.2 num.1.5-1 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-core.2.2.1 opam-file-format.2.1.6 opam-format.2.2.1 parsexp.v0.15.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.0.7 uutf.1.0.3"
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

2024-09-01 14:12.06: Using cache hint "dune-universe/duniverse-lint-ocaml/opam:debian-12-ocaml-4.11@sha256:46543cea87197d5f47a6b4e4045ec16cd80d8b0229f9db879541221aa6f9875f-debian-12-4.11_opam-2.2-13478f73f0a60a308073132d94d116bd"
2024-09-01 14:12.06: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.11@sha256:46543cea87197d5f47a6b4e4045ec16cd80d8b0229f9db879541221aa6f9875f)
 (comment debian-12-4.11_opam-2.2)
 (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 dc100cf45d474f54c5bea089acf571a60c0e12e7 || git fetch origin master) && git reset -q --hard dc100cf45d474f54c5bea089acf571a60c0e12e7 && 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 './'"))
 (env DEPS "alcotest.1.8.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.16.0 dune-configurator.3.16.0 fmt.0.9.0 jsonm.1.0.2 num.1.5-1 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-core.2.2.1 opam-file-format.2.1.6 opam-format.2.2.1 parsexp.v0.15.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.0.7 uutf.1.0.3")
 (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)"))
)

2024-09-01 14:12.06: Waiting for resource in pool OCluster
2024-09-01 14:44.11: Waiting for worker…
2024-09-01 14:46.02: Got resource from pool OCluster
Building on asteria.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-12-ocaml-4.11@sha256:46543cea87197d5f47a6b4e4045ec16cd80d8b0229f9db879541221aa6f9875f)
2024-09-01 14:46.02 ---> using "46cebaf908121242e389d9f8a0c096e8f62cbf01334970357ff0dbedf0337f1a" from cache

/: (comment debian-12-4.11_opam-2.2)

/: (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"))
2024-09-01 14:46.02 ---> using "817ef498f324551564c4f4d8a4cffd39e6be3d462babe741b461cfbc60097fe1" 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-01 14:46.02 ---> using "83d7039f0ae1ef20d9efefb63879a5c33b7ec1f5846bd63153f07d06fea2a2a5" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.11.2
2.2.1
2024-09-01 14:46.02 ---> using "2ba5a2a6a18007e1f6ab742edf744434cc402fc139d2ccc1139eb4a9a64eb77d" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-01 14:46.02 ---> using "e27063ec42a1ffbd245997ef857ad5114aec29522a904ca6e8b52615d65912a4" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e dc100cf45d474f54c5bea089acf571a60c0e12e7 || git fetch origin master) && git reset -q --hard dc100cf45d474f54c5bea089acf571a60c0e12e7 && git log --no-decorate -n1 --oneline && opam update -u"))
dc100cf45d Merge pull request #26392 from kit-ty-kate/opam-publish-opam-client.2.2.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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
2024-09-01 14:46.55 ---> saved as "d8e9718b3060c1a0a1ba3e60c991a34470d6c99f641ed36208079840db37663e"

/src: (copy (src duniverse-lint.opam) (dst ./))
2024-09-01 14:46.55 ---> saved as "ec47c69a88bdef6875b2a27bfbec1f5d4face48eb3cf4f2b799030b51c6714e4"

/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)
2024-09-01 14:46.57 ---> saved as "a1da5ac69d95025261da90370e6a7c61c6cb86ea7049eec7976e3e4a2d45b12e"

/src: (env DEPS "alcotest.1.8.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.16.0 dune-configurator.3.16.0 fmt.0.9.0 jsonm.1.0.2 num.1.5-1 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-core.2.2.1 opam-file-format.2.1.6 opam-format.2.2.1 parsexp.v0.15.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.0.7 uutf.1.0.3")

/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"
- 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/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9221 kB in 1s (7054 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[duniverse-lint.dev] synchronised (no changes)

[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).
2024-09-01 14:47.11 ---> saved as "c82600e59753441eedcf16f635b72e60dec0fc1b712abb68f91c56ba19822538"

/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 28 packages
  - install alcotest           1.8.0
  - install astring            0.8.5
  - install base               v0.15.1
  - install cmdliner           1.3.0
  - install csexp              1.5.2
  - install dune               3.16.0
  - install dune-configurator  3.16.0
  - install fmt                0.9.0
  - install jsonm              1.0.2
  - install num                1.5-1
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.6
  - install ocamlgraph         2.1.0
  - install opam-core          2.2.1
  - install opam-file-format   2.1.6
  - install opam-format        2.2.1
  - install parsexp            v0.15.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.0.7
  - install uutf               1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved opam-core.2.2.1, opam-format.2.2.1  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved seq.base  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> 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.3  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> installed ocamlbuild.0.15.0
-> installed seq.base
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed alcotest.1.8.0
-> installed sha.1.15.4
-> installed dune-configurator.3.16.0
-> installed ocamlgraph.2.1.0
-> installed base.v0.15.1
-> installed opam-core.2.2.1
-> installed stdio.v0.15.0
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed opam-format.2.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-01 14:48.06 ---> saved as "8369d530ed6bd04ad80beef03a7b6dba22b37e94c11b246addd3cd353297b5bc"

/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.16.0).
The following actions will be performed:
=== install 9 packages
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install cppo          1.6.9 [required by odoc]
  - install crunch        3.3.1 [required by odoc]
  - install fpath         0.7.3 [required by odoc]
  - install odoc          2.4.2
  - install odoc-parser   2.4.2 [required by odoc]
  - install ptime         1.1.0 [required by crunch]
  - install result        1.5   [required by odoc]
  - install tyxml         4.6.0 [required by odoc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved result.1.5  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.2.4.2, odoc-parser.2.4.2  (cached)
-> installed camlp-streams.5.0.1
-> installed cppo.1.6.9
-> installed fpath.0.7.3
-> installed result.1.5
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-01 14:48.26 ---> saved as "f7326809130b9c8d79c5a6ba206a2b5e16569d93f2cd9aca1ada768db68405db"

/src: (copy (src .) (dst /src/))
2024-09-01 14:48.26 ---> saved as "2ef97d7ee2c65d44ec9250cdd97177d995ed21005e9f864f566d01bd0637cfc2"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2024-09-01 14:48.27 ---> saved as "0d72480b0f032447b6f626e35a5dba51b334a5d1e0649e95de416f7b09a18b32"
Job succeeded
2024-09-01 14:48.27: Job succeeded