Organisationsc-cubesidekick8e6036 (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-05-12 07:37.53: New job: test c-cube/sidekick https://github.com/c-cube/sidekick.git#refs/heads/main (8e6036bf3ff51f8f908dde30021325ea1371dccd) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/c-cube/sidekick.git" -b "main" && cd "sidekick" && git reset --hard 8e6036bf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
# debian-12-4.08_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sidekick.opam sidekick-bin.opam sidekick-base.opam ./
RUN opam pin add -yn sidekick.dev './' && \
    opam pin add -yn sidekick-bin.dev './' && \
    opam pin add -yn sidekick-base.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 conf-gmp.4 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 fmt.0.9.0 iter.1.8 logs.0.7.0 mdx.2.4.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mtime.2.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 result.1.5 seq.base smtlib-utils.0.4 stdlib-shims.0.3.0 topkg.1.0.7 trace.0.7 trace-tef.0.7 uutf.1.0.3 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y sidekick.dev sidekick-bin.dev sidekick-base.dev $DEPS
RUN opam install $DEPS
RUN opam depext -i conf-m4 && opam depext -i 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-05-12 07:37.53: Using cache hint "c-cube/sidekick-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-40c7b728677b2cb629d3196b146e1b3e"
2024-05-12 07:37.53: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (comment debian-12-4.08_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn sidekick.dev './' && \
             \nopam pin add -yn sidekick-bin.dev './' && \
             \nopam pin add -yn sidekick-base.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 conf-gmp.4 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 fmt.0.9.0 iter.1.8 logs.0.7.0 mdx.2.4.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mtime.2.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 result.1.5 seq.base smtlib-utils.0.4 stdlib-shims.0.3.0 topkg.1.0.7 trace.0.7 trace-tef.0.7 uutf.1.0.3 zarith.1.13")
 (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.1 --depext-only -y sidekick.dev sidekick-bin.dev sidekick-base.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 depext -i conf-m4 && opam depext -i 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-05-12 07:37.53: Waiting for resource in pool OCluster
2024-05-12 07:37.53: Waiting for worker…
2024-05-12 07:37.53: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 8e6036bf chore: CI


(from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
2024-05-12 07:37.55 ---> using "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe" from cache


/: (comment debian-12-4.08_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-12 07:37.55 ---> using "646bc87e0f57317c5ebf610ed55d499e1a9858c6afbb70f9b3c1442beb0c0bc7" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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-05-12 07:38.42 ---> saved as "3efe606a65f6fe7269ee6813ddd2fa2c2714f24a04a227ae5fb5c7db864c4c57"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-05-12 07:38.43 ---> saved as "6225fba4323f2de754e24da77b187b22e091a3b5bdd8f66c82092a9cc9863ec9"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 07:38.43 ---> saved as "35c4353ebc362a36ebb5c4ac3584cadf9893526dc08b896ef76d9b395ed9c850"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..739cf1c21c  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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
2024-05-12 07:39.33 ---> saved as "167082e53e3e0b5c6101e17be718ec3e4c289917b8e1d14e9b0bc7b95515b5c7"


/src: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
2024-05-12 07:39.33 ---> saved as "3e7d24b43772b4bfdff40ce8a89703bce605e9f073afd74a630abe0487c88ae5"


/src: (run (network host)
           (shell  "opam pin add -yn sidekick.dev './' && \
                  \nopam pin add -yn sidekick-bin.dev './' && \
                  \nopam pin add -yn sidekick-base.dev './'"))
Package sidekick does not exist, create as a NEW package? [Y/n] y
[sidekick.dev] synchronised (file:///src)
[WARNING] Failed checks on sidekick package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "Apache"
sidekick is now pinned to file:///src (version dev)
Package sidekick-bin does not exist, create as a NEW package? [Y/n] y
[sidekick-bin.dev] synchronised (file:///src)
[WARNING] Failed checks on sidekick-bin package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "Apache"
sidekick-bin is now pinned to file:///src (version dev)
Package sidekick-base does not exist, create as a NEW package? [Y/n] y
[sidekick-base.dev] synchronised (file:///src)
[WARNING] Failed checks on sidekick-base package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "Apache"
sidekick-base is now pinned to file:///src (version dev)
2024-05-12 07:39.37 ---> saved as "f1a852057df8e1cf7bda3c3238cf4a71b431aad4d2d773fc1ce3b8263e2cf74e"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 conf-gmp.4 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 fmt.0.9.0 iter.1.8 logs.0.7.0 mdx.2.4.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mtime.2.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 result.1.5 seq.base smtlib-utils.0.4 stdlib-shims.0.3.0 topkg.1.0.7 trace.0.7 trace-tef.0.7 uutf.1.0.3 zarith.1.13")


/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.1 --depext-only -y sidekick.dev sidekick-bin.dev sidekick-base.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- 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-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (542 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sidekick.dev] synchronised (no changes)
[sidekick-base.dev] synchronised (no changes)
[sidekick-bin.dev] synchronised (no changes)


[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 system packages will first need to be installed:
    libgmp-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-12 07:39.49 ---> saved as "f02c0c8a7fa17eb7e4f7402fa9ab1e29e25d837b4129c86eb63218392ce6639d"


/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 ocamlbuild         0.14.3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-gmp           4
  - install dune               3.15.2
  - install topkg              1.0.7
  - install zarith             1.13
  - install stdlib-shims       0.3.0
  - install result             1.5
  - install re                 1.11.0
  - install qcheck-core        0.21.3
  - install ocaml-version      3.6.7
  - install ocaml-syntax-shims 1.0.0
  - install menhirSdk          20231231
  - install menhirLib          20231231
  - install menhirCST          20231231
  - install iter               1.8
  - install either             1.0.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install camlp-streams      5.0.1
  - install uutf               1.0.3
  - install mtime              2.0.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ounit2             2.2.7
  - install menhir             20231231
  - install dune-configurator  3.15.2
  - install trace              0.7
  - install logs               0.7.0
  - install alcotest           1.7.0
  - install qcheck-ounit       0.21.3
  - install smtlib-utils       0.4
  - install containers         3.13.1
  - install trace-tef          0.7
  - install mdx                2.4.1
  - install qcheck             0.21.3
===== 38 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> installed conf-gmp.4
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved iter.1.8  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck.0.21.3  (cached)
-> retrieved qcheck-core.0.21.3  (cached)
-> retrieved qcheck-ounit.0.21.3  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved smtlib-utils.0.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved trace.0.7  (cached)
-> retrieved trace-tef.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.13  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed either.1.0.0
-> installed iter.1.8
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed ocaml-version.3.6.7
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed trace.0.7
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed trace-tef.0.7
-> installed qcheck-core.0.21.3
-> installed ounit2.2.2.7
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.2
-> installed qcheck-ounit.0.21.3
-> installed qcheck.0.21.3
-> installed mdx.2.4.1
-> installed containers.3.13.1
-> installed menhir.20231231
-> installed smtlib-utils.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-12 07:40.33 ---> saved as "d0cb133a5e7803ffa75bee02c6592438727948130b4db884aebb8ab3660978a5"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment


<><> Carrying on to "opam depext -i conf-m4" ><><><><><><><><><><><><><><><><><>


You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
m4
# The following system packages are needed:
The following actions will be performed:
  - install conf-m4 1


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# Run eval $(opam env) to update the current shell environment
You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.15.2).
The following actions will be performed:
  - install fpath       0.7.3 [required by odoc]
  - install odoc-parser 2.4.2 [required by odoc]
  - install ptime       1.1.0 [required by crunch]
  - install tyxml       4.6.0 [required by odoc]
  - install crunch      3.3.1 [required by odoc]
  - install odoc        2.4.2
===== 6 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved crunch.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-12 07:42.31 ---> saved as "d5d88edccf9a174dfe0e94d7fd462170265a9b847c4bf47015d3388a42148f27"


/src: (copy (src .) (dst /src/))
2024-05-12 07:42.32 ---> saved as "e4589e7c22a94498d1b7a7d104d502b1a0046c4f4f1f8ee11457e335bde45536"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/src/util/.sidekick_util.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/sidekick -I ../../../sigs/.sidekick_sigs.objs/byte --pkg sidekick -o sidekick_util__Ser_decode.odoc sidekick_util__Ser_decode.cmti)
File "src/util/ser_decode.mli", line 15, characters 23-24:
Warning: End of text is not allowed in '{2 ...}' (section heading).
(cd _build/default/src/cc/.Sidekick_cc.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/sidekick -I ../../../bencode/.sidekick_bencode.objs/byte -I ../../../core-logic/.sidekick_core_logic.objs/byte -I ../../../core/.Sidekick_core.objs/byte -I ../../../proof/.sidekick_proof.objs/byte -I ../../../sigs/.sidekick_sigs.objs/byte -I ../../../trace/.Sidekick_trace.objs/byte -I ../../../util/.sidekick_util.objs/byte --pkg sidekick -o sidekick_cc__CC.odoc sidekick_cc__CC.cmti)
File "src/cc/CC.mli", line 227, characters 15-16:
Warning: End of text is not allowed in '{3 ...}' (section heading).
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_bencode.odocl ../../src/bencode/.sidekick_bencode.objs/byte/sidekick_bencode.odoc)
File "src/bencode/Sidekick_bencode.mli", line 15, characters 6-60:
Warning: Failed to resolve reference unresolvedroot(Error).Error Couldn't find "Error"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_abstract_solver.odocl ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte/sidekick_abstract_solver.odoc)
File "src/abstract-solver/asolver.ml", line 14, characters 18-47:
Warning: Failed to resolve reference unresolvedroot(Proof_sat).sat_input_clause Couldn't find "Proof_sat"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_drup.odocl ../../src/drup/.sidekick_drup.objs/byte/sidekick_drup.odoc)
File "src/drup/sidekick_drup.ml", line 31, characters 8-52:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/drup/sidekick_drup.ml", line 31, characters 8-52:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_mini_cc.odocl ../../src/mini-cc/.Sidekick_mini_cc.objs/byte/sidekick_mini_cc.odoc)
File "src/mini-cc/Sidekick_mini_cc.mli", line 40, characters 36-44:
Warning: Failed to resolve reference unresolvedroot(check) Couldn't find "check"
File "src/mini-cc/Sidekick_mini_cc.mli", line 10, characters 29-36:
Warning: Failed to resolve reference unresolvedroot(Make) Couldn't find "Make"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_trace.odocl ../../src/trace/.Sidekick_trace.objs/byte/sidekick_trace.odoc)
File "src/trace/source.mli", line 12, characters 6-48:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_core.odocl ../../src/core/.Sidekick_core.objs/byte/sidekick_core.odoc)
File "src/core/t_trace_reader.mli", line 23, characters 4-34:
Warning: Failed to resolve reference unresolvedroot(Error).Error Couldn't find "Error"
File "src/core/t_trace_reader.mli", line 18, characters 4-34:
Warning: Failed to resolve reference unresolvedroot(Error).Error Couldn't find "Error"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_cc.odocl ../../src/cc/.Sidekick_cc.objs/byte/sidekick_cc.odoc)
File "src/cc/CC.mli", line 243, characters 19-29:
Warning: While resolving the expansion of include at File "src/cc/Sidekick_cc.mli", line 15, character 0
Failed to resolve reference unresolvedroot(actions) Couldn't find "actions"
File "src/cc/CC.mli", line 194, characters 57-63:
Warning: While resolving the expansion of include at File "src/cc/Sidekick_cc.mli", line 15, character 0
Failed to resolve reference unresolvedroot(add) Couldn't find "add"
File "src/cc/CC.mli", line 194, characters 6-67:
Warning: While resolving the expansion of include at File "src/cc/Sidekick_cc.mli", line 15, character 0
Failed to resolve reference unresolvedroot(E_node).t_found Couldn't find "t_found"
File "src/cc/CC.mli", line 171, characters 33-56:
Warning: While resolving the expansion of include at File "src/cc/Sidekick_cc.mli", line 15, character 0
Failed to resolve reference unresolvedroot(CC_ACTIONS).propagate Couldn't find "CC_ACTIONS"
File "src/cc/CC.mli", line 77, characters 10-28:
Warning: While resolving the expansion of include at File "src/cc/Sidekick_cc.mli", line 15, character 0
Failed to resolve reference unresolvedroot(E_node).bitfield Couldn't find "bitfield"
File "src/cc/CC.mli", line 69, characters 51-66:
Warning: While resolving the expansion of include at File "src/cc/Sidekick_cc.mli", line 15, character 0
Failed to resolve reference unresolvedroot(Sys).int_size Couldn't find "Sys"
File "src/cc/CC.mli", line 59, characters 37-55:
Warning: While resolving the expansion of include at File "src/cc/Sidekick_cc.mli", line 15, character 0
Failed to resolve reference unresolvedroot(E_node).bitfield Couldn't find "bitfield"
File "src/cc/CC.mli", line 243, characters 19-29:
Warning: Failed to resolve reference unresolvedroot(actions) Couldn't find "actions"
File "src/cc/CC.mli", line 194, characters 57-63:
Warning: Failed to resolve reference unresolvedroot(add) Couldn't find "add"
File "src/cc/CC.mli", line 194, characters 6-67:
Warning: Failed to resolve reference unresolvedroot(E_node).t_found Couldn't find "t_found"
File "src/cc/CC.mli", line 171, characters 33-56:
Warning: Failed to resolve reference unresolvedroot(CC_ACTIONS).propagate Couldn't find "CC_ACTIONS"
File "src/cc/CC.mli", line 115, characters 57-72:
Warning: Failed to resolve reference unresolvedroot(S).set_as_lit Couldn't find "S"
File "src/cc/CC.mli", line 77, characters 10-28:
Warning: Failed to resolve reference unresolvedroot(E_node).bitfield Couldn't find "bitfield"
File "src/cc/CC.mli", line 69, characters 51-66:
Warning: Failed to resolve reference unresolvedroot(Sys).int_size Couldn't find "Sys"
File "src/cc/CC.mli", line 59, characters 37-55:
Warning: Failed to resolve reference unresolvedroot(E_node).bitfield Couldn't find "bitfield"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_sat.odocl ../../src/sat/.sidekick_sat.objs/byte/sidekick_sat.odoc)
File "src/sat/solver.mli", line 146, characters 35-54:
Warning: While resolving the expansion of include at File "src/sat/Sidekick_sat.ml", line 6, character 0
Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
File "src/sat/solver.mli", line 135, characters 25-44:
Warning: While resolving the expansion of include at File "src/sat/Sidekick_sat.ml", line 6, character 0
Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
File "src/sat/solver.mli", line 106, characters 6-76:
Warning: While resolving the expansion of include at File "src/sat/Sidekick_sat.ml", line 6, character 0
Failed to resolve reference unresolvedroot(Resource_exhausted) Couldn't find "Resource_exhausted"
File "src/sat/solver.mli", line 103, characters 18-39:
Warning: While resolving the expansion of include at File "src/sat/Sidekick_sat.ml", line 6, character 0
Failed to resolve reference unresolvedroot(Resource_exhausted) Couldn't find "Resource_exhausted"
File "src/sat/solver.mli", line 146, characters 35-54:
Warning: Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
File "src/sat/solver.mli", line 135, characters 25-44:
Warning: Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
File "src/sat/solver.mli", line 106, characters 6-76:
Warning: Failed to resolve reference unresolvedroot(Resource_exhausted) Couldn't find "Resource_exhausted"
File "src/sat/solver.mli", line 103, characters 18-39:
Warning: Failed to resolve reference unresolvedroot(Resource_exhausted) Couldn't find "Resource_exhausted"
File "src/sat/sigs.ml", line 120, characters 29-45:
Warning: While resolving the expansion of include at File "src/sat/Sidekick_sat.ml", line 3, character 0
Failed to resolve reference unresolvedroot(eval_res) Couldn't find "eval_res"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_util.odocl ../../src/util/.sidekick_util.objs/byte/sidekick_util.odoc)
File "src/util/ser_decode.mli", line 68, characters 4-41:
Warning: Failed to resolve reference unresolvedroot(Error).Error Couldn't find "Error"
File "src/util/Error.mli", line 4, characters 4-28:
Warning: Reference to 'Error' is ambiguous. Please specify its kind: exception-Error, module-Error.
File "src/util/Backtrackable_tbl.mli", line 10, characters 6-48:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/util/Backtrackable_tbl.mli", line 10, characters 6-48:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/util/Vec.mli", line 58, characters 4-53:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/util/Vec.mli", line 53, characters 4-53:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/util/Vec.mli", line 39, characters 4-50:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/cc/plugin/.Sidekick_cc_plugin.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/drup/.sidekick_drup.objs/byte -I ../../src/memtrace/.sidekick_memtrace.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-cstor/.Sidekick_th_cstor.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick/sidekick_smt_solver.odocl ../../src/smt/.Sidekick_smt_solver.objs/byte/sidekick_smt_solver.odoc)
File "src/smt/theory.ml", line 15, characters 61-77:
Warning: Failed to resolve reference unresolvedroot(SOLVER).theory Couldn't find "SOLVER"
File "src/smt/solver.mli", line 7, characters 50-68:
Warning: Failed to resolve reference unresolvedroot(SOLVER_INTERNAL) Couldn't find "SOLVER_INTERNAL"
File "src/smt/solver.mli", line 177, characters 66-85:
Warning: Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
File "src/smt/solver.mli", line 165, characters 25-44:
Warning: Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
File "../../src/smt/.Sidekick_smt_solver.objs/byte/sidekick_smt_solver.odoc":
Warning: Failed to lookup type unresolvedroot(Sidekick_smt_solver__).Sigs.Term.Internal_.cache Parent_module: Find failure
File "src/smt/sigs.ml", line 41, characters 36-43:
Warning: Failed to resolve reference unresolvedroot(Make) Couldn't find "Make"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick-base -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/base/.sidekick_base.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/smtlib/.sidekick_smtlib.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick-base/sidekick_smtlib.odocl ../../src/smtlib/.sidekick_smtlib.objs/byte/sidekick_smtlib.odoc)
File "src/smtlib/model.mli", line 4, characters 38-46:
Warning: Failed to resolve reference unresolvedroot(solve) Couldn't find "solve"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/sidekick-base -I ../../src/abstract-solver/.sidekick_abstract_solver.objs/byte -I ../../src/algos/simplex/.sidekick_simplex.objs/byte -I ../../src/arith/.sidekick_arith.objs/byte -I ../../src/base/.sidekick_base.objs/byte -I ../../src/bencode/.sidekick_bencode.objs/byte -I ../../src/cc/.Sidekick_cc.objs/byte -I ../../src/core-logic/.sidekick_core_logic.objs/byte -I ../../src/core/.Sidekick_core.objs/byte -I ../../src/mini-cc/.Sidekick_mini_cc.objs/byte -I ../../src/proof/.sidekick_proof.objs/byte -I ../../src/quip/.sidekick_quip.objs/byte -I ../../src/sat/.sidekick_sat.objs/byte -I ../../src/sigs/.sidekick_sigs.objs/byte -I ../../src/simplify/.Sidekick_simplify.objs/byte -I ../../src/smt/.Sidekick_smt_solver.objs/byte -I ../../src/smtlib/.sidekick_smtlib.objs/byte -I ../../src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I ../../src/th-bool-static/.sidekick_th_bool_static.objs/byte -I ../../src/th-data/.Sidekick_th_data.objs/byte -I ../../src/th-lra/.sidekick_th_lra.objs/byte -I ../../src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I ../../src/trace/.Sidekick_trace.objs/byte -I ../../src/util/.sidekick_util.objs/byte -I ../../src/zarith/.sidekick_zarith.objs/byte -o ../_odocls/sidekick-base/sidekick_base.odocl ../../src/base/.sidekick_base.objs/byte/sidekick_base.odoc)
File "src/base/Config.mli", line 22, characters 4-51:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/smt/solver.mli", line 7, characters 50-68:
Warning: While resolving the expansion of include at File "src/base/Solver.ml", line 1, character 0
Failed to resolve reference unresolvedroot(SOLVER_INTERNAL) Couldn't find "SOLVER_INTERNAL"
File "src/smt/solver.mli", line 177, characters 66-85:
Warning: While resolving the expansion of include at File "src/base/Solver.ml", line 1, character 0
Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
File "src/smt/solver.mli", line 165, characters 25-44:
Warning: While resolving the expansion of include at File "src/base/Solver.ml", line 1, character 0
Failed to resolve reference unresolvedroot(push_assumptions) Couldn't find "push_assumptions"
2024-05-12 07:42.33 ---> saved as "4cc732e5a29322217fad7166b23da6acc238ac8a9eae67d5aae473d45050fcea"
Job succeeded
2024-05-12 07:42.34: Job succeeded