Organisationstmcgilchristdatalogfa08cf (master)(lint-doc)

(lint-doc)

Logs

Show full logs
2026-01-16 11:37.36: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/tmcgilchrist/datalog.git" -b "master" && cd "datalog" && git reset --hard fa08cf6c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500
# debian-13-4.08_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 datalog.opam ./
RUN opam pin add -yn datalog.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 fmt.0.11.0 logs.0.8.0 mdx.2.5.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 result.1.5 seq.base topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y datalog.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-01-16 11:37.36: Using cache hint "tmcgilchrist/datalog-ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500-debian-13-4.08_opam-2.5-338bcdad6a5fc444b97372854399589c"
2026-01-16 11:37.36: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)
 (comment debian-13-4.08_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 datalog.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn datalog.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 fmt.0.11.0 logs.0.8.0 mdx.2.5.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 result.1.5 seq.base topkg.1.1.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 datalog.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-01-16 11:37.36: Waiting for resource in pool OCluster
2026-01-16 14:03.49: Waiting for worker…
2026-01-16 14:08.35: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at fa08cf6 Remove 32bit architectures.

(from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)
2026-01-16 14:08.35 ---> using "4c1f60dc0cc5644c6a4c05cf3315bdbf9cc478b70e443b212a1220385bab8bba" from cache

/: (comment debian-13-4.08_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-01-16 14:08.35 ---> using "09ec43ecaa27dab8346e990737ca0bf6a7d7013925eb2adfd2035898be286c2c" 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.

Continue? [y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-16 14:08.35 ---> using "4381d3da7f8b087a220cfbe381c29d4b7fd818708c79fc235d931b092b54a500" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.08.1
2.2.1
2026-01-16 14:08.35 ---> using "3b37b3fd5120bed103f41ffa820339a0b6d79d83aa18326ed5a0d14e476f8e0e" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-16 14:08.35 ---> using "f4d738c8e5c0ce9a3dcabad2dcc8f0143a2bfbad6b5bb98d5fdf83725fc7abc3" from cache

/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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   a6b2f19780..3259a77d95  master     -> origin/master
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-01-16 14:08.35 ---> using "28db376539e05fc190ddc432258cd61dfd9bdc97103007e7da8853d3c0464d38" from cache

/src: (copy (src datalog.opam) (dst ./))
2026-01-16 14:08.36 ---> saved as "417095b62054783f39c8234cd9ca6d4ae17e5d8bc9f6ba2fb3957e6b0b777c88"

/src: (run (network host)
           (shell "opam pin add -yn datalog.dev './'"))
[datalog.dev] synchronised (file:///src)
datalog is now pinned to file:///src (version dev)
2026-01-16 14:08.39 ---> saved as "58f429fe64c9e23a3db0e35453b5dac03e9cd3e9347c4a8216abcbf32b07489f"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 14:08.40 ---> saved as "7365a615980d1e77fa02355ca54ec3098de3fb4850460c1ceeeec303111c1196"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 fmt.0.11.0 logs.0.8.0 mdx.2.5.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 result.1.5 seq.base topkg.1.1.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 datalog.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]
- Fetched 9997 kB in 2s (4740 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[datalog.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.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).
2026-01-16 14:09.03 ---> saved as "9cc9c694f00d107492e50608bb5caa2367038e7f7f79832e9ce011204df2fe0f"

/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 16 packages
  - install astring       0.8.5
  - install camlp-streams 5.0.1
  - install cmdliner      2.1.0
  - install cppo          1.8.0
  - install csexp         1.5.2
  - install dune          3.21.0
  - install fmt           0.11.0
  - install logs          0.8.0
  - install mdx           2.5.1
  - install ocaml-version 4.0.3
  - install ocamlbuild    0.16.1
  - install ocamlfind     1.9.8
  - install re            1.11.0
  - install result        1.5
  - install seq           base
  - install topkg         1.1.1

<><> 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 csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved mdx.2.5.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed dune.3.21.0
-> installed result.1.5
-> installed csexp.1.5.2
-> installed ocaml-version.4.0.3
-> installed camlp-streams.5.0.1
-> installed re.1.11.0
-> installed cppo.1.8.0
-> installed mdx.2.5.1
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-16 14:10.13 ---> saved as "a503ad17190c726b93182972a2bb7ab769120a969b40af2c63f9af1afbed4bf1"

/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 7 packages
  - install crunch      4.0.0 [required by odoc]
  - install fpath       0.7.3 [required by odoc]
  - install odoc        3.1.0
  - install odoc-parser 3.1.0 [required by odoc]
  - install ptime       1.2.0 [required by crunch]
  - install tyxml       4.6.0 [required by odoc]
  - install uutf        1.0.4 [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved crunch.4.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed fpath.0.7.3
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed crunch.4.0.0
-> 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-01-16 14:10.53 ---> saved as "8cda8cb992c3c325c00580ebd0ce38d5733ed2b134537c62b287830242c564a8"

/src: (copy (src .) (dst /src/))
2026-01-16 14:10.54 ---> saved as "ee9bb1da0bce79d70e36c337610a9544ee44f5d486ab2a6b244e5db7136b1eea"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/datalog -I ../../src/bottom_up/.datalog.objs/byte -I ../../src/caml_interface/.datalog_caml_interface.objs/byte -I ../../src/top_down/.datalog_top_down.objs/byte -I ../../src/unix/.datalog_unix.objs/byte -o ../_odocls/datalog/datalog_caml_interface.odocl ../../src/caml_interface/.datalog_caml_interface.objs/byte/datalog_caml_interface.odoc)
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: While resolving the expansion of include at File "src/caml_interface/Datalog_caml_interface.mli", line 185, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: While resolving the expansion of include at File "src/caml_interface/Datalog_caml_interface.mli", line 185, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/datalog -I ../../src/bottom_up/.datalog.objs/byte -I ../../src/caml_interface/.datalog_caml_interface.objs/byte -I ../../src/top_down/.datalog_top_down.objs/byte -I ../../src/unix/.datalog_unix.objs/byte -o ../_odocls/datalog/datalog.odocl ../../src/bottom_up/.datalog.objs/byte/datalog.odoc)
File "src/bottom_up/default.mli", line 19, characters 4-19:
Warning: Failed to resolve reference unresolvedroot(BottomUpAST) Couldn't find "BottomUpAST"
File "src/bottom_up/bottomUp.mli", line 18, characters 4-16:
Warning: Failed to resolve reference unresolvedroot(indexlist) Couldn't find "indexlist"
File "src/bottom_up/bottomUp.mli", line 14, characters 8-23:
Warning: Failed to resolve reference unresolvedroot(Datalog_cli) Couldn't find "Datalog_cli"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/datalog -I ../../src/bottom_up/.datalog.objs/byte -I ../../src/caml_interface/.datalog_caml_interface.objs/byte -I ../../src/top_down/.datalog_top_down.objs/byte -I ../../src/unix/.datalog_unix.objs/byte -o ../_odocls/datalog/datalog_top_down.odocl ../../src/top_down/.datalog_top_down.objs/byte/datalog_top_down.odoc)
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: While resolving the expansion of include at File "src/top_down/Datalog_top_down.mli", line 482, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: While resolving the expansion of include at File "src/top_down/Datalog_top_down.mli", line 482, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
2026-01-16 14:10.55 ---> saved as "30dae74f48b4ff324c3a1374cab681cc7091eeacc7e3a175a2709f5901a71bce"
Job succeeded
2026-01-16 14:10.55: Job succeeded