Organisationsedwintoroklintcstubs-arity9c3f13 ()(lint-doc)

(lint-doc)

Logs

Show full logs
2026-02-12 22:39.47: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (9c3f13ea3d916c189449d8991b7894105d31c14b) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.10@sha256:f02908211a1832379314699c74a3ace7d619a308e0b9b6f0b77ba1cccfc19e88
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard 9c3f13ea
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.10@sha256:f02908211a1832379314699c74a3ace7d619a308e0b9b6f0b77ba1cccfc19e88
# debian-13-4.10_opam-2.5
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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lintcstubs-arity.opam ./
RUN opam pin add -yn lintcstubs-arity.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.21.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lintcstubs-arity.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

2026-02-12 22:39.47: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:debian-13-ocaml-4.10@sha256:f02908211a1832379314699c74a3ace7d619a308e0b9b6f0b77ba1cccfc19e88-debian-13-4.10_opam-2.5-0f9fcce25e0b4a2c21f7e3e715246eb1"
2026-02-12 22:39.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.10@sha256:f02908211a1832379314699c74a3ace7d619a308e0b9b6f0b77ba1cccfc19e88)
 (comment debian-13-4.10_opam-2.5)
 (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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lintcstubs-arity.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn lintcstubs-arity.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.21.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1")
 (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 lintcstubs-arity.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)"))
)

2026-02-12 22:39.47: Waiting for resource in pool OCluster
2026-02-12 22:39.48: Waiting for worker…
2026-02-12 22:39.48: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 9c3f13e Prepare for 0.5.1

(from ocaml/opam:debian-13-ocaml-4.10@sha256:f02908211a1832379314699c74a3ace7d619a308e0b9b6f0b77ba1cccfc19e88)
2026-02-12 22:39.49 ---> using "bc65e7d3b248082bab94cc4f683bf9bd96455c930379d5a48addf9c22e8c7a22" from cache

/: (comment debian-13-4.10_opam-2.5)

/: (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"))
2026-02-12 22:39.49 ---> saved as "d541186ad7bb4952d472c0b685441052d2d7926b3ef416ccbc438108acf251dc"

/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
2026-02-12 22:40.12 ---> saved as "75a15163aec5c48d13fee7948c82a0438aa7e0201b806b8e14ad904f2b720fa3"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.10.2
2.2.1
2026-02-12 22:40.12 ---> saved as "01c16d54fba0f91c41a20f2c88208e7ff3e1bb28c5e6b48c3a25852a3c9347e0"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-12 22:40.12 ---> saved as "245877c9f39ab74e8dadc9eb4a888fd9ddf29c6fa428ab00ff607c8d3a99d8a6"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0

<><> 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
2026-02-12 22:40.28 ---> saved as "009ea7bf1368645f4845721115692121c76c146d9b67fa51c671eeba4049f8f6"

/src: (copy (src lintcstubs-arity.opam) (dst ./))
2026-02-12 22:40.28 ---> saved as "f0c88eeda2bfbe69b1c2a353d153ece98f6026dadcbf2e7f6f1a6c68f7267d23"

/src: (run (network host)
           (shell "opam pin add -yn lintcstubs-arity.dev './'"))
[lintcstubs-arity.dev] synchronised (file:///src)
lintcstubs-arity is now pinned to file:///src (version dev)
2026-02-12 22:40.29 ---> saved as "d681308e02dbb5e90b9c4d2036c44b8de9bde60dbd3924107f12c9fce575d3f1"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-12 22:40.30 ---> saved as "e0af14902856ed572726c38ea41025a22bd921f1c5a285774c8952397df2826a"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.21.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1")

/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 lintcstubs-arity.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 [108 kB]
- Fetched 198 kB in 0s (2455 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lintcstubs-arity.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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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).
2026-02-12 22:40.37 ---> saved as "4a52cfcf8beed811301c340bf8254c5be3abd6f9595c4d874fd1feb7e97959fa"

/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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 1 package
  - install dune 3.21.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0  (cached)
-> installed dune.3.21.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-12 22:41.00 ---> saved as "bd17979f112d05517d4948f1670c8992b009c6bbac3888522897f7cbaf187cd0"

/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.21.0).
The following actions will be performed:
=== install 17 packages
  - install astring       0.8.5  [required by odoc]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install cmdliner      2.1.0  [required by odoc]
  - install cppo          1.8.0  [required by odoc]
  - install crunch        4.0.0  [required by odoc]
  - install fmt           0.11.0 [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install ocamlbuild    0.16.1 [required by fmt, astring, fpath]
  - install ocamlfind     1.9.8  [required by fmt, astring, fpath]
  - install odoc          3.1.0
  - install odoc-parser   3.1.0  [required by odoc]
  - install ptime         1.2.0  [required by crunch]
  - install re            1.11.0 [required by tyxml]
  - install seq           base   [required by tyxml]
  - install topkg         1.1.1  [required by fmt, astring, fpath]
  - install tyxml         4.6.0  [required by odoc]
  - install uutf          1.0.4  [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed camlp-streams.5.0.1
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed cppo.1.8.0
-> retrieved topkg.1.1.1  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed re.1.11.0
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed crunch.4.0.0
-> installed fpath.0.7.3
-> 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
2026-02-12 22:41.22 ---> saved as "a545180bf6b735de83fba0cfdf627c33e5a460493494085815cf82918e2bed38"

/src: (copy (src .) (dst /src/))
2026-02-12 22:41.22 ---> saved as "c1e998a44546bdaaca64013f7f4d119ebea40596f9af3261ed481780255e74b5"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I cmt/lib/.primitives_of_cmt.objs/byte -I /home/opam/.opam/4.10/lib/ocaml/compiler-libs -no-alias-deps -opaque -open Primitives_of_cmt__ -o cmt/lib/.primitives_of_cmt.objs/byte/primitives_of_cmt__Native_arg.cmo -c -impl cmt/lib/native_arg.ml)
File "cmt/lib/native_arg.lt52.ml", line 1, characters 5-11:
Error: Unbound module Ptypes
dune build @doc failed
"/usr/bin/env" "bash" "-c" "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)" failed with exit status 2
2026-02-12 22:41.22: Job failed: Failed: Build failed