Organisationsc-cubesidekickeff601 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-04-22 12:07.01: New job: test c-cube/sidekick https://github.com/c-cube/sidekick.git#refs/heads/master (eff6016151861dd79596191195e497d97a335127) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/c-cube/sidekick.git" -b "master" && cd "sidekick" && git reset --hard eff60161
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
# 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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && 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.0 dune-configurator.3.15.0 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-04-22 12:07.01: Using cache hint "c-cube/sidekick-ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480-debian-12-4.08_opam-2.1-19ea3aef749269492d11bcc768ee94cd"
2024-04-22 12:07.01: Using OBuilder spec:
((from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
 (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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && 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.0 dune-configurator.3.15.0 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-04-22 12:07.01: Waiting for resource in pool OCluster
2024-04-22 12:07.01: Waiting for worker…
2024-04-22 12:10.20: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
All commits already cached
HEAD is now at eff60161 support trace-fuchsia if present


(from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
2024-04-22 12:10.20 ---> using "ca7a47bb337547622343e1e691b0c92596d0990b9ed28342fd47c7204c2b0a74" 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-04-22 12:10.20 ---> using "9362e111b0c9aa6dec1dc253e7435efd8f1ac8f2d7d6e66c10d24bc4c57ad605" 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-04-22 12:10.20 ---> using "d9b0dd4261d4b45d1d45fcc185429e91e6b23305997b0ad336885eac0d3204ff" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-04-22 12:10.20 ---> using "6d08f9350fb9ef3e5cae7793dcb5f2ac075cfe0fc789bf328cd7ac0338e3980e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-22 12:10.20 ---> using "44438eb632bedbdf12ad26788b4a274ef117e2313c1b08772cdb3a6d8d921790" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..a870b466e1  master     -> origin/master
a78d61bd5a ocaml-version 3.6.7


<><> 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-04-22 12:10.20 ---> using "99b590f7dd1ca1cbc6b7cec611aba3119026fa40b26d9f97c28a70846bec1341" from cache


/src: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
2024-04-22 12:10.20 ---> using "d8f829d1135f7ac6eb5b4e34b60585394aa989eaffde062193bb7540c91b3a2a" from cache


/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
[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.dev] synchronised (file:///src)
sidekick-base is now pinned to file:///src (version dev)
2024-04-22 12:10.20 ---> using "c8d747e99eaef77f553533ba1fb866e08e25f58603b095cf8cdbf4de1e96681e" from cache


/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.0 dune-configurator.3.15.0 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 (904 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-04-22 12:10.20 ---> using "f2b004bd5acc1d252fa682b7a01bf0f3cace00817d53e65057906eedb5bff467" from cache


/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 dune               3.15.0
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-gmp           4
  - install stdlib-shims       0.3.0
  - install result             1.5
  - 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 topkg              1.0.7
  - install re                 1.11.0
  - install zarith             1.13
  - install ounit2             2.2.7
  - install menhir             20231231
  - install dune-configurator  3.15.0
  - install uutf               1.0.3
  - install mtime              2.0.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install qcheck-ounit       0.21.3
  - install smtlib-utils       0.4
  - install containers         3.13.1
  - install trace              0.7
  - install logs               0.7.0
  - install alcotest           1.7.0
  - install qcheck             0.21.3
  - install trace-tef          0.7
  - install mdx                2.4.1
===== 38 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (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 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 dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (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.0
-> installed either.1.0.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed iter.1.8
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed ocaml-version.3.6.7
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20231231
-> installed trace.0.7
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed trace-tef.0.7
-> installed re.1.11.0
-> installed qcheck-core.0.21.3
-> installed ounit2.2.2.7
-> installed dune-configurator.3.15.0
-> installed qcheck-ounit.0.21.3
-> installed alcotest.1.7.0
-> 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-04-22 12:10.20 ---> using "0b6c538d51fac4dff4fac1bf8d7a4499a465fab51827b31dac303c0d02a72c9d" from cache


/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
# The following system packages are needed:
m4
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.0).
The following actions will be performed:
  - install fpath       0.7.3 [required by odoc]
  - install odoc-parser 2.4.1 [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.1
===== 6 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved crunch.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved odoc.2.4.1  (cached)
-> retrieved odoc-parser.2.4.1  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.1
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-22 12:10.20 ---> using "db2d33f50f3b6f86d75d281db697d86495271f4f488fb9c249a406f86b5492c9" from cache


/src: (copy (src .) (dst /src/))
2024-04-22 12:10.21 ---> saved as "8c198b70cc60453f777799959ed55850bf626f8037017ddd07c8a284891202ef"


/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_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_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_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_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_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-04-22 12:10.23 ---> saved as "627df2781d212d95b838e3e969a6780994e52334239d18b2081aac929319f05b"
Job succeeded
2024-04-22 12:10.24: Job succeeded