OrganisationsMisterDAwindows-version1994f5 (main)(lint-doc)

(lint-doc)

Logs

Show full logs
2024-09-05 12:37.28: New job: test MisterDA/windows-version https://github.com/MisterDA/windows-version.git#refs/heads/main (1994f53476c9203ee587ea28e421dc8d1cde74bf) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.04@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/MisterDA/windows-version.git" -b "main" && cd "windows-version" && git reset --hard 1994f534
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.04@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3
# debian-12-4.04_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 e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 windows-version.opam ./
RUN opam pin add -yn windows-version.dev './'
ENV DEPS="astring.0.8.3 base.v0.13.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.6 host-arch-x86_64.1 host-system-other.1 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_sexp_conv.v0.13.0 ppx_tools.5.0 ppxfind.1.4 ppxlib.0.15.0 result.1.5 seq.0.3.1 sexplib0.v0.13.0 stdlib-shims.0.3.0 topkg.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y windows-version.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-05 12:37.28: Using cache hint "MisterDA/windows-version-ocaml/opam:debian-12-ocaml-4.04@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3-debian-12-4.04_opam-2.2-9314adaab3e7721ad334800bd06f388a"
2024-09-05 12:37.28: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.04@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3)
 (comment debian-12-4.04_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 e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src windows-version.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn windows-version.dev './'"))
 (env DEPS "astring.0.8.3 base.v0.13.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.6 host-arch-x86_64.1 host-system-other.1 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_sexp_conv.v0.13.0 ppx_tools.5.0 ppxfind.1.4 ppxlib.0.15.0 result.1.5 seq.0.3.1 sexplib0.v0.13.0 stdlib-shims.0.3.0 topkg.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 windows-version.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-05 12:37.28: Waiting for resource in pool OCluster
2024-09-05 22:26.59: Waiting for worker…
2024-09-05 22:31.54: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at 1994f53 Initial import from ocaml-dockerfile

(from ocaml/opam:debian-12-ocaml-4.04@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.04@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3' locally
docker.io/ocaml/opam@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3: Pulling from ocaml/opam
0a150e18cfc6: Pulling fs layer
0a150e18cfc6: Verifying Checksum
0a150e18cfc6: Download complete
0a150e18cfc6: Pull complete
Digest: sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3
Status: Downloaded newer image for ocaml/opam@sha256:414439ae47242f858f41f48aba17f6eee48c6757311e6e46bade5c51d88913c3
2024-09-05 22:31.54 ---> using "081c9747f2b39a94a6661c1a81ca7eab646b5d1e77b831bbb8de2e34de478728" from cache

/: (comment debian-12-4.04_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-05 22:31.54 ---> using "f5d46f595a4b7b441df5e566a11f8d50dc604f33f813cb0929d206094f4acd5b" 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-05 22:31.54 ---> using "175fbe6f2ae68e9a1661bca098e43006993b5c89661faad2785becfaa9481412" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.04.2
2.2.1
2024-09-05 22:31.54 ---> using "1c918e403a0df65aefa01c597409d02e7988c93196510679706b6a0a145dab39" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-05 22:31.54 ---> using "45514104d5767b08e54183ff4d9cc3d411921b491db5a0fb33dafd3c51b56cae" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90d00913cec22ea90c21ecb282c1f0b955a7959 || git fetch origin master) && git reset -q --hard e90d00913cec22ea90c21ecb282c1f0b955a7959 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..2c9b57d0d2  master     -> origin/master
e90d00913c Merge pull request #26471 from dkalinichenko-js/js-comp

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

The following actions will be performed:
=== upgrade 1 package
  - upgrade ocaml-secondary-compiler 4.08.1-1 to 4.14.2
=== install 2 packages
  - install host-arch-x86_64         1
  - install host-system-other        1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> retrieved ocaml-secondary-compiler.4.14.2  (cached)
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.14.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-05 22:31.54 ---> using "3fda82404cccf5eb23228c3c0ad267c2e60e5a8708ec35e72f445bf639ce4b4c" from cache

/src: (copy (src windows-version.opam) (dst ./))
2024-09-05 22:31.54 ---> using "c0d5175b3123489ebcf255906d05a3951b141e21c6d3d7923733a32a135e684b" from cache

/src: (run (network host)
           (shell "opam pin add -yn windows-version.dev './'"))
Package windows-version does not exist, create as a NEW package? [y/n] y
[windows-version.dev] synchronised (file:///src)
windows-version is now pinned to file:///src (version dev)
2024-09-05 22:31.54 ---> using "0a618870d4c35254d0e392bd80f735173547f935c88c4bf32adf73a650568fd6" from cache

/src: (env DEPS "astring.0.8.3 base.v0.13.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.6 host-arch-x86_64.1 host-system-other.1 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ppx_derivers.1.2.1 ppx_deriving.4.5-1 ppx_sexp_conv.v0.13.0 ppx_tools.5.0 ppxfind.1.4 ppxlib.0.15.0 result.1.5 seq.0.3.1 sexplib0.v0.13.0 stdlib-shims.0.3.0 topkg.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 windows-version.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 2s (3962 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[windows-version.dev] synchronised (no changes)

[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-05 22:32.04 ---> saved as "b665e5d1673574c0c0a6bd05cac2197884af3fad6efdf04d803f298017c11655"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 24 packages
  - install astring                 0.8.3
  - install base                    v0.13.2
  - install base-bytes              base
  - install cppo                    1.7.0
  - install csexp                   1.5.2
  - install dune                    3.16.0
  - install dune-configurator       3.16.0
  - install fmt                     0.8.6
  - install ocaml-compiler-libs     v0.12.4
  - install ocaml-migrate-parsetree 1.8.0 (deprecated)
  - install ocamlbuild              0.14.3
  - install ocamlfind               1.9.6
  - install ocamlfind-secondary     1.9.6
  - install ppx_derivers            1.2.1
  - install ppx_deriving            4.5-1
  - install ppx_sexp_conv           v0.13.0
  - install ppx_tools               5.0
  - install ppxfind                 1.4
  - install ppxlib                  0.15.0
  - install result                  1.5
  - install seq                     0.3.1
  - install sexplib0                v0.13.0
  - install stdlib-shims            0.3.0
  - install topkg                   1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.7.0  (cached)
-> retrieved astring.0.8.3  (cached)
-> retrieved base.v0.13.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6  (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.4.5-1  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
-> retrieved ppxfind.1.4  (cached)
-> retrieved ppx_tools.5.0  (https://github.com/ocaml-ppx/ppx_tools/archive/5.0+4.04.0.tar.gz)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved sexplib0.v0.13.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.4  (cached)
-> retrieved ppxlib.0.15.0  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed ppx_tools.5.0
-> installed topkg.1.0.4
-> installed astring.0.8.3
-> installed dune.3.16.0
-> installed ppx_derivers.1.2.1
-> installed seq.0.3.1
-> installed result.1.5
-> installed csexp.1.5.2
-> installed cppo.1.7.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.13.0
-> installed stdlib-shims.0.3.0
-> installed fmt.0.8.6
-> installed dune-configurator.3.16.0
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ppxfind.1.4
-> installed base.v0.13.2
-> installed ppx_deriving.4.5-1
-> installed ppxlib.0.15.0
-> installed ppx_sexp_conv.v0.13.0
Done.

<><> ocaml-migrate-parsetree.1.8.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# Run eval $(opam env) to update the current shell environment
2024-09-05 22:33.28 ---> saved as "6ce92a5f78bc0a804836b46d660efdfcf7571775080505e17adc97ed0f7e90af"

/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:
=== recompile 1 package
  - recompile fmt           0.8.6  [uses cmdliner]
=== install 9 packages
  - install   camlp-streams 5.0.1  [required by odoc-parser]
  - install   cmdliner      1.0.4  [required by odoc]
  - install   crunch        2.2.0  [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   re            1.11.0 [required by tyxml]
  - install   tyxml         4.6.0  [required by odoc]
  - install   uutf          1.0.3  [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved crunch.2.2.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved re.1.11.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved odoc.2.4.2, odoc-parser.2.4.2  (cached)
-> installed fpath.0.7.3
-> installed re.1.11.0
-> removed   fmt.0.8.6
-> installed cmdliner.1.0.4
-> installed odoc-parser.2.4.2
-> installed crunch.2.2.0
-> installed uutf.1.0.3
-> installed fmt.0.8.6
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-05 22:33.57 ---> saved as "893506d03341e2113f1639082ade12d3b28b8c5b2730c22341d851f529193b22"

/src: (copy (src .) (dst /src/))
2024-09-05 22:33.58 ---> saved as "2ef1e57f04082350ab62c082bdeb0ff841cc95e475bbb281ac6809824562e292"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2024-09-05 22:33.59 ---> saved as "c688046e0d4abe5b2868ba8fec62ac59fbec22b431671a1c5aad38ee798342b6"
Job succeeded
2024-09-05 22:33.59: Job succeeded