Organisationsgs0510index8f2e73 (master)(lint-doc)

(lint-doc)

Logs

Show full logs
2024-09-05 12:29.21: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
# debian-12-4.06_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 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
    opam pin add -yn index-bench.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 conf-gnuplot.0.1 cppo.1.7.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 index.1.2.1 logs.0.7.0 lwt.5.5.0 metrics.0.4.1 metrics-unix.0.4.1 mmap.1.2.0 mtime.1.3.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.9.0 ppxlib.0.33.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib0.v0.15.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.7 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y index-bench.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 --only-packages=index-bench @doc || (echo "dune build @doc failed"; exit 2)

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-09-05 12:29.21: Using cache hint "gs0510/index-ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd-debian-12-4.06_opam-2.2-6395dabed2158bbc22df09073b039cb4"
2024-09-05 12:29.21: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd)
 (comment debian-12-4.06_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 index.opam index-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn index.dev './' && \
             \nopam pin add -yn index-bench.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 conf-gnuplot.0.1 cppo.1.7.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 index.1.2.1 logs.0.7.0 lwt.5.5.0 metrics.0.4.1 metrics-unix.0.4.1 mmap.1.2.0 mtime.1.3.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.9.0 ppxlib.0.33.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib0.v0.15.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.7 yojson.2.2.2")
 (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 index-bench.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 --only-packages=index-bench @doc || (echo \"dune build @doc failed\"; exit 2)"))
)

2024-09-05 12:29.21: Waiting for resource in pool OCluster
2024-09-05 21:53.25: Waiting for worker…
2024-09-05 22:05.13: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
HEAD is now at 8f2e73f Update cache.ml

(from ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd' locally
docker.io/ocaml/opam@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd: Pulling from ocaml/opam
6dfe55121d25: Pulling fs layer
6dfe55121d25: Verifying Checksum
6dfe55121d25: Download complete
6dfe55121d25: Pull complete
Digest: sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
Status: Downloaded newer image for ocaml/opam@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
2024-09-05 22:05.14 ---> using "f1d77c4d39ddcf1bae1340c9ce22cdf048eae814b90b8bbd76b1e26247ecc38d" from cache

/: (comment debian-12-4.06_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:05.14 ---> using "fbd4b28b64d0da3c6f05dbe2dccd24595dd4738e288bcbd81421d5fb5558682e" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-05 22:05.14 ---> using "3b7a23d7efa46e78461d2105161a8b6db0ec19f8af3d030e883a2dc88e9b828f" from cache

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

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-05 22:05.14 ---> using "65fc2236ee9e8094c7788d9f2d3ba592511f39199e53eb6f89d540f81cdcd7db" 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:05.14 ---> using "c467331dcbc84f814c15c7ab6d3154d7e0b06c1704ae487830435cdad2789d8d" from cache

/src: (copy (src index.opam index-bench.opam) (dst ./))
2024-09-05 22:05.14 ---> using "9b72e2c8b7411426ab1489d45f4a4159c3a9ce584a9de127c9f39a1eef763ae7" from cache

/src: (run (network host)
           (shell  "opam pin add -yn index.dev './' && \
                  \nopam pin add -yn index-bench.dev './'"))
[index.dev] synchronised (file:///src)
index is now pinned to file:///src (version dev)
[index-bench.dev] synchronised (file:///src)
index-bench is now pinned to file:///src (version dev)
2024-09-05 22:05.14 ---> using "deb8e13a75e2196e206a5827af29788d2b0fc2aac7895964f8865cd5da32aae4" from cache

/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 conf-gnuplot.0.1 cppo.1.7.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 index.1.2.1 logs.0.7.0 lwt.5.5.0 metrics.0.4.1 metrics-unix.0.4.1 mmap.1.2.0 mtime.1.3.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.9.0 ppxlib.0.33.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib0.v0.15.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.7 yojson.2.2.2")

/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 index-bench.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 4s (2438 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (no changes)
[index-bench.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.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.1).
[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).
[ERROR] index = 1.2.1: not available because the package is pinned to version dev
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.2 --depext-only -y index-bench.dev $DEPS" failed with exit status 5
2024-09-05 22:05.15: Job failed: Failed: Build failed