OrganisationsLeonidas-from-XIVopam-test9cc745 (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-09-19 07:53.19: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
# debian-12-4.08_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 c719e6fe93b2bb00a385beeb0ff085f050f1baad || git fetch origin master) && git reset -q --hard c719e6fe93b2bb00a385beeb0ff085f050f1baad && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-test.opam ./
RUN opam pin add -yn opam-test.dev './'
ENV DEPS="0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.7.0 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+18 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-0install-cudf.0.5.0 opam-client.2.2.1 opam-core.2.2.1 opam-file-format.2.1.6 opam-format.2.2.1 opam-repository.2.2.1 opam-solver.2.2.1 opam-state.2.2.1 re.1.11.0 seq.base sha.1.15.4 spdx_licenses.1.2.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 opam-test.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-19 07:53.19: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876-debian-12-4.08_opam-2.2-e364669dc8de939bfd2e97d9634dd8a2"
2024-09-19 07:53.19: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
 (comment debian-12-4.08_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 c719e6fe93b2bb00a385beeb0ff085f050f1baad || git fetch origin master) && git reset -q --hard c719e6fe93b2bb00a385beeb0ff085f050f1baad && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-test.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-test.dev './'"))
 (env DEPS "0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.7.0 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+18 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-0install-cudf.0.5.0 opam-client.2.2.1 opam-core.2.2.1 opam-file-format.2.1.6 opam-format.2.2.1 opam-repository.2.2.1 opam-solver.2.2.1 opam-state.2.2.1 re.1.11.0 seq.base sha.1.15.4 spdx_licenses.1.2.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 opam-test.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-19 07:53.19: Waiting for resource in pool OCluster
2024-09-19 07:54.13: Waiting for worker…
2024-09-19 07:54.52: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9cc7455 Add README


(from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876' locally
docker.io/ocaml/opam@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876: Pulling from ocaml/opam
5a6e6bb5e7f4: Pulling fs layer
5a6e6bb5e7f4: Verifying Checksum
5a6e6bb5e7f4: Download complete
5a6e6bb5e7f4: Pull complete
Digest: sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
Status: Downloaded newer image for ocaml/opam@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
2024-09-19 07:57.28 ---> saved as "795ea015d299f5fe2e67a6928f72c9fae6e91f93f53f3942c8f19a23ae6518ba"


/: (comment debian-12-4.08_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-19 07:57.28 ---> saved as "15a66a3094f92e52bb9c321cf34763612eebaaa98d33382208479d296782ad5c"


/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-19 07:58.42 ---> saved as "39dee6d797da9a8095e9b2c1e1fe64a6a5eaae521820c3189bde12b9ed26352d"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 4.08.1
2.2.1
2024-09-19 07:58.42 ---> saved as "bdf8629048e37471ad993f55ecc5029ab620bc7e8d483e8a5d16c96402998106"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-19 07:58.42 ---> saved as "aec4b3fab9b8803476667d7b7cea889920959b7451543eb53bf5e26d22eeeb4d"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c719e6fe93b2bb00a385beeb0ff085f050f1baad || git fetch origin master) && git reset -q --hard c719e6fe93b2bb00a385beeb0ff085f050f1baad && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..c719e6fe93  master     -> origin/master
c719e6fe93 Merge pull request #26584 from kit-ty-kate/opam-publish-extlib.1.8.0


<><> 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-19 07:59.44 ---> saved as "cfc258fd410a974e3fb7eb1fa0d9cab1beaafacbe8411b1390a4f0bd3c4e0722"


/src: (copy (src opam-test.opam) (dst ./))
2024-09-19 07:59.45 ---> saved as "34972c6bee76b01109a0f11cf5ed7941ee0b97ea080faa5986be01d400fdb93b"


/src: (run (network host)
           (shell "opam pin add -yn opam-test.dev './'"))
[opam-test.dev] synchronised (file:///src)
[WARNING] Failed checks on opam-test package definition from source at file:///src:
  warning 68: Missing field 'license'
opam-test is now pinned to file:///src (version dev)
2024-09-19 07:59.47 ---> saved as "bf1de9ff7aaf7d22b99a9809ceb8bb9305687a98e71d15fd7bc3da8caf53750c"


/src: (env DEPS "0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.7.0 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+18 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-0install-cudf.0.5.0 opam-client.2.2.1 opam-core.2.2.1 opam-file-format.2.1.6 opam-format.2.2.1 opam-repository.2.2.1 opam-solver.2.2.1 opam-state.2.2.1 re.1.11.0 seq.base sha.1.15.4 spdx_licenses.1.2.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 opam-test.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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [182 kB]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Fetched 9237 kB in 2s (4909 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-test.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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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-19 08:00.01 ---> saved as "925481c3dcc5b680cd19c3d96f3c263fda43c9f8465bab4043c92f18ecf4f113"


/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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 30 packages
  - install 0install-solver    2.18
  - install base64             3.5.1
  - install cmdliner           1.3.0
  - install conf-c++           1.0
  - install cppo               1.7.0
  - install cudf               0.10
  - install dose3              7.0.0
  - install dune               3.16.0
  - install extlib             1.8.0
  - install jsonm              1.0.2
  - install mccs               1.1+18
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.6
  - install ocamlgraph         2.1.0
  - install opam-0install-cudf 0.5.0
  - install opam-client        2.2.1
  - install opam-core          2.2.1
  - install opam-file-format   2.1.6
  - install opam-format        2.2.1
  - install opam-repository    2.2.1
  - install opam-solver        2.2.1
  - install opam-state         2.2.1
  - install re                 1.11.0
  - install seq                base
  - install sha                1.15.4
  - install spdx_licenses      1.2.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 base64.3.5.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved 0install-solver.2.18  (cached)
-> installed conf-c++.1.0
-> retrieved cudf.0.10  (cached)
-> retrieved dose3.7.0.0  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved mccs.1.1+18  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved opam-0install-cudf.0.5.0  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved opam-client.2.2.1, opam-core.2.2.1, opam-format.2.2.1, opam-repository.2.2.1, opam-solver.2.2.1, opam-state.2.2.1  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved spdx_licenses.1.2.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed jsonm.1.0.2
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed spdx_licenses.1.2.0
-> installed base64.3.5.1
-> installed opam-file-format.2.1.6
-> installed 0install-solver.2.18
-> installed re.1.11.0
-> installed cppo.1.7.0
-> installed sha.1.15.4
-> installed extlib.1.8.0
-> installed ocamlgraph.2.1.0
-> installed cudf.0.10
-> installed opam-0install-cudf.0.5.0
-> installed dose3.7.0.0
-> installed mccs.1.1+18
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed opam-repository.2.2.1
-> installed opam-solver.2.2.1
-> installed opam-state.2.2.1
-> installed opam-client.2.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-19 08:01.09 ---> saved as "cd9b4fc217d131134a72d7e7032882c01efe6490f9ff169c67905c3ed39a2cf6"


/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 10 packages
  - install astring       0.8.5 [required by odoc]
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install crunch        3.3.1 [required by odoc]
  - install fmt           0.9.0 [required by odoc]
  - install fpath         0.7.3 [required by odoc]
  - install odoc          2.4.3
  - install odoc-parser   2.4.3 [required by odoc]
  - install ptime         1.2.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 astring.0.8.5  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.2.4.3, odoc-parser.2.4.3  (cached)
-> installed camlp-streams.5.0.1
-> installed result.1.5
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed crunch.3.3.1
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.3
-> installed tyxml.4.6.0
-> installed odoc.2.4.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-19 08:01.33 ---> saved as "406c889e9d4049d656753317ecd1ca74154f97658931eb371bf6949b8979e0ab"


/src: (copy (src .) (dst /src/))
2024-09-19 08:01.33 ---> saved as "1530c491b12174d8bceec8eb3865742808b3741e2ea7c0f973ada9e74dffe118"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2024-09-19 08:01.34 ---> saved as "d5728d6b1663573fb42b07aeffc81c9987751bb5b5e5d946b5e61c859d3b13d6"
Job succeeded
2024-09-19 08:01.35: Job succeeded