2025-11-26 10:33.39: 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:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/tmcgilchrist/datalog.git" -b "master" && cd "datalog" && git reset --hard fa08cf6ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321# debian-13-4.08_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.20.2 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 $DEPSRUN opam install $DEPSRUN 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-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-26 10:33.39: Using cache hint "tmcgilchrist/datalog-ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321-debian-13-4.08_opam-2.4-3bd83676c5f045919136fb2c3a253108"2025-11-26 10:33.39: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321)(comment debian-13-4.08_opam-2.4)(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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.20.2 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)")))2025-11-26 10:33.39: Waiting for resource in pool OCluster2025-11-26 11:50.52: Waiting for worker…2025-11-26 11:55.13: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at fa08cf6 Remove 32bit architectures.(from ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321)2025-11-26 12:01.31 ---> using "d458486dd7823c592e7ea9c88366c5f90e1939c3b51f3abbd6760272096f8a3e" from cache/: (comment debian-13-4.08_opam-2.4)/: (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"))2025-11-26 12:01.31 ---> using "601f3488e0c1e4ce0ecc5553ddee1989df407b8851f8de254f2019e0275e4455" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-26 12:01.31 ---> using "6e2c70ec3c4ffe8d3912796e5d282fbf048f3414f7c9c180d05a1912ca8714d1" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.08.12.2.12025-11-26 12:01.31 ---> using "5b2f4ae5cd65266052fd7ef1cae1cf58371f091f2bc89f8a3a95f8da5c11aeb1" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-26 12:01.31 ---> using "cace36b17b3af73300fde5d812b72f503a410977ac7d43944e00b41099c7188a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD21f97b2e6d..cdece73aa3 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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 environment2025-11-26 12:01.31 ---> using "b942570deec9377bf05804270a484e93105441c49c84b32815005283c71635ba" from cache/src: (copy (src datalog.opam) (dst ./))2025-11-26 12:01.32 ---> saved as "8fafb139c4f3201630027eb38cd4fa4d1d1504304fc0b22e903ba916b118a206"/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)2025-11-26 12:01.36 ---> saved as "325f47889912c557ed908a75777f9019c0cccf45665dc0c3217e9314b3b03660"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-26 12:01.36 ---> saved as "96942f274898ecd18c3e5f906d7f6e6bf8ae2d939ac0aea166602d5045b26844"/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.20.2 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 [72.1 kB]- Fetched 9973 kB in 3s (3701 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).2025-11-26 12:02.02 ---> saved as "b94d1f5b162cc868e9736d8d9dc92d23e7450a861da22dd4baaf6d350c036c3e"/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.20.2- 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 mdx.2.5.1 (cached)-> retrieved ocamlbuild.0.16.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.20.2 (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.20.2-> installed result.1.5-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed ocaml-version.4.0.3-> installed re.1.11.0-> installed cppo.1.8.0-> installed mdx.2.5.1Done.# Run eval $(opam env) to update the current shell environment2025-11-26 12:04.09 ---> saved as "5cab8528fa6ef721a19749d70fa1ada3b0db7dccc8d4f0e3b247a0bd765da525"/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.20.2).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.0Done.# Run eval $(opam env) to update the current shell environment2025-11-26 12:05.09 ---> saved as "f516d999258b2aa4bde6198355e038959a330f195d69de903c69a59a76b8d028"/src: (copy (src .) (dst /src/))2025-11-26 12:05.10 ---> saved as "68ae54178e3bc7356bc2a8c5f2926f83078a1ad862888a7c369db8edf87f9893"/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.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 2Failed 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 2Failed 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"(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 2Failed 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 2Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"2025-11-26 12:05.12 ---> saved as "da0292c3675fd8f2f7dbfd2bec94d98d57572de3e4ac5bc5fc35998e2131400f"Job succeeded2025-11-26 12:05.12: Job succeeded