Building on x86-bm-c1.sw.ocaml.org (from ocaml/opam:debian-unstable) Unable to find image 'ocaml/opam:debian-unstable' locally debian-unstable: Pulling from ocaml/opam 830d517e9694: Pulling fs layer 830d517e9694: Verifying Checksum 830d517e9694: Download complete 830d517e9694: Pull complete Digest: sha256:cec2f0e8c7952d08707bb137ad70496f36042347d86e7816156bf70445a74f7f Status: Downloaded newer image for ocaml/opam:debian-unstable 2025-04-21 12:59.27 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (env CI true) /: (env OPAM_HEALTH_CHECK_CI true) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-04-21 12:59.27 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 999bff3ed88d26f76ff7eaddbfa7af49ed4737dc")) 2025-04-21 12:59.27 ---> using "826c465c9ef28e6e0f0e6975e12eb0e91d1a070a9820c6e966bf86cdd08156ec" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: ~/.profile is already up-to-date. [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. 2025-04-21 12:59.27 ---> using "1540013f15d4984bcd7cc6765515a9d8102147bba12b5acc1ee668d894197f46" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam switch create --repositories=default '5.3-opam' '5.3.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-compiler.5.3.0 (cached) -> installed ocaml-compiler.5.3.0 -> installed ocaml-base-compiler.5.3.0 -> installed ocaml-config.3 -> installed ocaml.5.3.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env --switch=5.3-opam) 2025-04-21 12:59.27 ---> using "4b7ebd6fc6e027276a8fd8ed82dcfe64a2b16cde6b383aaa055cfbd219af0b8f" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [205 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-04-21-0804.17-F-2025-04-13-0805.00.pdiff [520 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-04-21-0804.17-F-2025-04-13-0805.00.pdiff [520 kB] - Fetched 788 kB in 3s (259 kB/s) - Reading package lists... 2025-04-21 12:59.27 ---> using "fd7da0145060fb8248c502d7ff82eb257b63940163519960cbcb6fa092a89dc1" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin add -k version dune $(opam show -f version dune)")) dune is now pinned to version 3.18.1 The following actions will be performed: === install 1 package - install dune 3.18.1 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.18.1 (cached) -> installed dune.3.18.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-21 12:59.27 ---> using "ae66d3f1c9b89d46f904980ee2c923d9326a9bf30223b37a1b81732d47784d8c" from cache /: (env DUNE_CACHE enabled) /: (env DUNE_CACHE_TRANSPORT direct) /: (env DUNE_CACHE_DUPLICATION copy) /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam remove -y fstar.2025.03.25\ \nopam install -vy fstar.2025.03.25\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: fstar.2025.03.25 | grep -q 'debian-unstable'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi \ \n\ \n\ \nexit $res")) Nothing to do. [NOTE] fstar.2025.03.25 is not installed. The following actions will be performed: === install 32 packages - install base-bytes base [required by process] - install batteries 3.9.0 [required by fstar] - install camlp-streams 5.0.1 [required by batteries] - install conf-gmp 5 [required by zarith] - install conf-pkg-config 4 [required by zarith] - install cppo 1.8.0 [required by ppx_deriving] - install fstar 2025.03.25 - install gen 1.1 [required by sedlex] - install memtrace 0.2.3 [required by fstar] - install menhir 20240715 [required by fstar] - install menhirCST 20240715 [required by menhir] - install menhirLib 20240715 [required by fstar] - install menhirSdk 20240715 [required by menhir] - install mtime 2.1.0 [required by fstar] - install num 1.5-1 [required by batteries] - install ocaml-compiler-libs v0.17.0 [required by ppxlib] - install ocamlbuild 0.16.1 [required by mtime, process] - install ocamlfind 1.9.8 [required by process, mtime, batteries, etc.] - install pprint 20230830 [required by fstar] - install ppx_derivers 1.2.1 [required by ppx_deriving] - install ppx_deriving 6.0.3 [required by fstar] - install ppx_deriving_yojson 3.9.1 [required by fstar] - install ppxlib 0.35.0 [required by fstar] - install process 0.2.1 [required by fstar] - install sedlex 3.4 [required by fstar] - install seq base [required by yojson, gen] - install sexplib0 v0.17.0 [required by ppxlib] - install stdint 0.7.2 [required by fstar] - install stdlib-shims 0.3.0 [required by ppxlib] - install topkg 1.0.8 [required by mtime] - install yojson 2.2.2 [required by fstar] - install zarith 1.14 [required by fstar] The following system packages will first need to be installed: libgmp-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19596 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Processing triggers for libc-bin (2.41-6) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/93: [batteries.3.9.0: extract] Processing 3/93: [batteries.3.9.0: extract] [camlp-streams.5.0.1: extract] -> retrieved conf-gmp.5 (cached) Processing 4/93: [batteries.3.9.0: extract] [camlp-streams.5.0.1: extract] Processing 5/93: [batteries.3.9.0: extract] [camlp-streams.5.0.1: extract] Processing 6/93: [batteries.3.9.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] Processing 7/93: [batteries.3.9.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-gmp: sh] Processing 8/93: [batteries.3.9.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-gmp: sh] [conf-pkg-config: pkg-config] -> retrieved camlp-streams.5.0.1 (cached) Processing 8/93: [batteries.3.9.0: extract] [cppo.1.8.0: extract] [conf-gmp: sh] [conf-pkg-config: pkg-config] Processing 9/93: [batteries.3.9.0: extract] [cppo.1.8.0: extract] [fstar.2025.03.25: extract] [conf-gmp: sh] [conf-pkg-config: pkg-config] Processing 10/93: [batteries.3.9.0: extract] [cppo.1.8.0: extract] [fstar.2025.03.25: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] -> retrieved batteries.3.9.0 (cached) Processing 10/93: [cppo.1.8.0: extract] [fstar.2025.03.25: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] Processing 11/93: [cppo.1.8.0: extract] [fstar.2025.03.25: extract] [gen.1.1: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] -> retrieved cppo.1.8.0 (cached) Processing 11/93: [fstar.2025.03.25: extract] [gen.1.1: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] Processing 12/93: [fstar.2025.03.25: extract] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] Processing 13/93: [fstar.2025.03.25: extract] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config] [cppo: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-gmp.5) -> compiled conf-gmp.5 Processing 13/93: [fstar.2025.03.25: extract] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [conf-pkg-config: pkg-config] [cppo: dune build] -> installed conf-gmp.5 Processing 14/93: [fstar.2025.03.25: extract] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [conf-pkg-config: pkg-config] [cppo: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-pkg-config.4) - usage: pkgconf [OPTIONS] [LIBRARIES] - - basic options: - - --help this message - --about print pkgconf version and license to stdout - --version print supported pkg-config version to stdout - --atleast-pkgconfig-version check whether or not pkgconf is compatible - with a specified pkg-config version - --errors-to-stdout print all errors on stdout instead of stderr - --print-errors ensure all errors are printed - --short-errors be less verbose about some errors - --silence-errors explicitly be silent about errors - --list-all list all known packages - --list-package-names list all known package names - --simulate simulate walking the calculated dependency graph - --no-cache do not cache already seen packages when - walking the dependency graph - --log-file=filename write an audit log to a specified file - --with-path=path adds a directory to the search path - --define-prefix override the prefix variable with one that is guessed based on - the location of the .pc file - --dont-define-prefix do not override the prefix variable under any circumstances - --prefix-variable=varname sets the name of the variable that pkgconf considers - to be the package prefix - --relocate=path relocates a path and exits (mostly for testsuite) - --dont-relocate-paths disables path relocation support - - cross-compilation personality support: - - --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename' - --dump-personality dumps details concerning selected personality - - checking specific pkg-config database entries: - - --atleast-version require a specific version of a module - --exact-version require an exact version of a module - --max-version require a maximum version of a module - --exists check whether or not a module exists - --uninstalled check whether or not an uninstalled module will be used - --no-uninstalled never use uninstalled modules when satisfying dependencies - --no-provides do not use 'provides' rules to resolve dependencies - --maximum-traverse-depth maximum allowed depth for dependency graph - --static be more aggressive when computing dependency graph - (for static linking) - --shared use a simplified dependency graph (usually default) - --pure optimize a static dependency graph as if it were a normal - dependency graph - --env-only look only for package entries in PKG_CONFIG_PATH - --ignore-conflicts ignore 'conflicts' rules in modules - --validate validate specific .pc files for correctness - - querying specific pkg-config database fields: - - --define-variable=varname=value define variable 'varname' as 'value' - --variable=varname print specified variable entry to stdout - --cflags print required CFLAGS to stdout - --cflags-only-I print required include-dir CFLAGS to stdout - --cflags-only-other print required non-include-dir CFLAGS to stdout - --libs print required linker flags to stdout - --libs-only-L print required LDPATH linker flags to stdout - --libs-only-l print required LIBNAME linker flags to stdout - --libs-only-other print required other linker flags to stdout - --print-requires print required dependency frameworks to stdout - --print-requires-private print required dependency frameworks for static - linking to stdout - --print-provides print provided dependencies to stdout - --print-variables print all known variables in module to stdout - --digraph print entire dependency graph in graphviz 'dot' format - --keep-system-cflags keep -I/usr/include entries in cflags output - --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output - --path show the exact filenames for any matching .pc files - --modversion print the specified module's version to stdout - --internal-cflags do not filter 'internal' cflags from output - - filtering output: - - --msvc-syntax print translatable fragments in MSVC syntax - --fragment-filter=types filter output fragments to the specified types - - report bugs to <https://github.com/pkgconf/pkgconf/issues/new>. -> compiled conf-pkg-config.4 Processing 14/93: [fstar.2025.03.25: extract] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [cppo: dune build] -> installed conf-pkg-config.4 Processing 15/93: [fstar.2025.03.25: extract] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [cppo: dune build] -> retrieved gen.1.1 (cached) Processing 15/93: [fstar.2025.03.25: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [cppo: dune build] Processing 16/93: [fstar.2025.03.25: extract] [memtrace.0.2.3: extract] [menhir.20240715 + 3 others: extract] [camlp-streams: dune build] [cppo: dune build] -> retrieved memtrace.0.2.3 (cached) Processing 16/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [camlp-streams: dune build] [cppo: dune build] Processing 17/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [mtime.2.1.0: extract] [camlp-streams: dune build] [cppo: dune build] Processing 18/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [mtime.2.1.0: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] -> retrieved mtime.2.1.0 (cached) Processing 18/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] Processing 19/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [num.1.5-1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] -> retrieved num.1.5-1 (cached) Processing 19/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] Processing 20/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [ocaml-compiler-libs.v0.17.0: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: patch] applying num-in-findlib-dir.patch Processing 21/93: [fstar.2025.03.25: extract] [menhir.20240715 + 3 others: extract] [ocaml-compiler-libs.v0.17.0: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: patch] -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) Processing 21/93: [fstar.2025.03.25: extract] [ocaml-compiler-libs.v0.17.0: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: patch] Processing 22/93: [fstar.2025.03.25: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: patch] Processing 23/93: [fstar.2025.03.25: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [num: patch] Processing 24/93: [fstar.2025.03.25: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirLib: dune build] [num: patch] Processing 25/93: [fstar.2025.03.25: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] -> retrieved fstar.2025.03.25 (cached) Processing 25/93: [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] Processing 26/93: [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "camlp-streams" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/camlp-streams.5.0.1) -> compiled camlp-streams.5.0.1 Processing 26/93: [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] -> installed camlp-streams.5.0.1 Processing 27/93: [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "memtrace" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/memtrace.0.2.3) - (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.memtrace.objs/byte -I /home/opam/.opam/5.3-opam/lib/ocaml/threads -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -intf-suffix .ml -no-alias-deps -open Memtrace__ -o src/.memtrace.objs/byte/memtrace__Memprof_tracer.cmo -c -impl src/memprof_tracer.ml) - File "src/memprof_tracer.ml", lines 109-112, characters 2-11: - 109 | ..Gc.Memprof.start - 110 | ~sampling_rate - 111 | ~callstack_size:max_int - 112 | tracker. - Warning 10 [non-unit-statement]: this expression should have type unit. - (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlopt.opt -w -40 -g -I src/.memtrace.objs/byte -I src/.memtrace.objs/native -I /home/opam/.opam/5.3-opam/lib/ocaml/threads -I /home/opam/.opam/5.3-opam/lib/ocaml/unix -intf-suffix .ml -no-alias-deps -open Memtrace__ -o src/.memtrace.objs/native/memtrace__Memprof_tracer.cmx -c -impl src/memprof_tracer.ml) - File "src/memprof_tracer.ml", lines 109-112, characters 2-11: - 109 | ..Gc.Memprof.start - 110 | ~sampling_rate - 111 | ~callstack_size:max_int - 112 | tracker. - Warning 10 [non-unit-statement]: this expression should have type unit. -> compiled memtrace.0.2.3 Processing 27/93: [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] -> installed memtrace.0.2.3 Processing 28/93: [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] -> retrieved ocaml-compiler-libs.v0.17.0 (cached) Processing 28/93: [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] Processing 29/93: [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] Processing 30/93: [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] [ocaml-compiler-libs: dune build] Processing 30/93: [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] -> retrieved ocamlbuild.0.16.1 (cached) Processing 30/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] Processing 31/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] Processing 32/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cppo.1.8.0) -> compiled cppo.1.8.0 Processing 32/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] -> installed cppo.1.8.0 Processing 33/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirCST" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirCST.20240715) -> compiled menhirCST.20240715 Processing 33/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] -> installed menhirCST.20240715 Processing 34/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirLib.20240715) - (cd _build/default/lib/pack && ./pack.exe) - Creating menhirLib.ml... - Creating menhirLib.mli... -> compiled menhirLib.20240715 Processing 34/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] -> installed menhirLib.20240715 Processing 35/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirSdk.20240715) -> compiled menhirSdk.20240715 Processing 35/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] -> installed menhirSdk.20240715 Processing 36/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] Processing 37/93: [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] -> retrieved ocamlfind.1.9.8 (cached) Processing 37/93: [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] Processing 38/93: [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [ppx_deriving.6.0.3: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] Processing 39/93: [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [ppx_deriving.6.0.3: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure] -> retrieved pprint.20230830 (cached) Processing 39/93: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.0.3: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure] Processing 40/93: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.0.3: extract] [ppx_deriving_yojson.3.9.1: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure] Processing 41/93: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.0.3: extract] [ppx_deriving_yojson.3.9.1: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure] [pprint: dune build] -> retrieved ppx_derivers.1.2.1 (cached) Processing 41/93: [ppx_deriving.6.0.3: extract] [ppx_deriving_yojson.3.9.1: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure] [pprint: dune build] Processing 42/93: [ppx_deriving.6.0.3: extract] [ppx_deriving_yojson.3.9.1: extract] [ppxlib.0.35.0: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure] [pprint: dune build] Processing 43/93: [ppx_deriving.6.0.3: extract] [ppx_deriving_yojson.3.9.1: extract] [ppxlib.0.35.0: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/5.3-opam" "OCAMLBUILD_BINDIR=/home/opam/.opam/5.3-opam/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/5.3-opam/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/5.3-opam/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1) - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX="; \ - echo "OCAML_BINDIR=/home/opam/.opam/5.3-opam/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/5.3-opam/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/5.3-opam/man"; \ - echo ;\ - echo "EXT_OBJ=.o"; \ - echo "EXT_ASM=.s"; \ - echo "EXT_LIB=.a"; \ - echo "EXT_DLL=.so"; \ - echo "EXE="; \ - echo ;\ - echo "OCAML_NATIVE=true"; \ - echo "OCAML_NATIVE_TOOLS=true"; \ - echo "NATDYNLINK=true"; \ - echo "SUPPORT_SHARED_LIBRARIES=true"; \ - echo ;\ - echo "PREFIX=/home/opam/.opam/5.3-opam"; \ - echo "BINDIR=/home/opam/.opam/5.3-opam/bin"; \ - echo "LIBDIR=/home/opam/.opam/5.3-opam/lib"; \ - echo "MANDIR=/home/opam/.opam/5.3-opam/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = {|/home/opam/.opam/5.3-opam/bin|}'; \ - echo 'let libdir = {|/home/opam/.opam/5.3-opam/lib|}'; \ - echo 'let ocaml_libdir = {|/home/opam/.opam/5.3-opam/lib/ocaml|}'; \ - echo 'let libdir_abs = {|/home/opam/.opam/5.3-opam/lib|}'; \ - echo 'let ocaml_native = true'; \ - echo 'let ocaml_native_tools = true'; \ - echo 'let supports_shared_libraries = true';\ - echo 'let a = "a"'; \ - echo 'let o = "o"'; \ - echo 'let so = "so"'; \ - echo 'let ext_dll = ".so"'; \ - echo 'let exe = ""'; \ - echo 'let version = "0.16.1"'; \ - ) > src/ocamlbuild_config.ml Processing 43/93: [ppx_deriving.6.0.3: extract] [ppx_deriving_yojson.3.9.1: extract] [ppxlib.0.35.0: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] -> retrieved ppx_deriving.6.0.3 (cached) Processing 43/93: [ppx_deriving_yojson.3.9.1: extract] [ppxlib.0.35.0: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 44/93: [ppx_deriving_yojson.3.9.1: extract] [ppxlib.0.35.0: extract] [process.0.2.1: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] -> retrieved ppx_deriving_yojson.3.9.1 (cached) Processing 44/93: [ppxlib.0.35.0: extract] [process.0.2.1: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 45/93: [ppxlib.0.35.0: extract] [process.0.2.1: extract] [sedlex.3.4: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] -> retrieved process.0.2.1 (cached) Processing 45/93: [ppxlib.0.35.0: extract] [sedlex.3.4: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] -> retrieved seq.base (cached) Processing 46/93: [ppxlib.0.35.0: extract] [sedlex.3.4: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 47/93: [ppxlib.0.35.0: extract] [sedlex.3.4: extract] [sexplib0.v0.17.0: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 48/93: [ppxlib.0.35.0: extract] [sedlex.3.4: extract] [sexplib0.v0.17.0: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] -> installed seq.base Processing 49/93: [ppxlib.0.35.0: extract] [sedlex.3.4: extract] [sexplib0.v0.17.0: extract] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 50/93: [ppxlib.0.35.0: extract] [sedlex.3.4: extract] [sexplib0.v0.17.0: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] -> retrieved sedlex.3.4 (cached) Processing 50/93: [ppxlib.0.35.0: extract] [sexplib0.v0.17.0: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 51/93: [ppxlib.0.35.0: extract] [sexplib0.v0.17.0: extract] [stdint.0.7.2: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] -> retrieved sexplib0.v0.17.0 (cached) Processing 51/93: [ppxlib.0.35.0: extract] [stdint.0.7.2: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 52/93: [ppxlib.0.35.0: extract] [stdint.0.7.2: extract] [stdlib-shims.0.3.0: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] Processing 53/93: [ppxlib.0.35.0: extract] [stdint.0.7.2: extract] [stdlib-shims.0.3.0: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] -> retrieved stdlib-shims.0.3.0 (cached) Processing 53/93: [ppxlib.0.35.0: extract] [stdint.0.7.2: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] Processing 54/93: [ppxlib.0.35.0: extract] [stdint.0.7.2: extract] [topkg.1.0.8: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] Processing 55/93: [ppxlib.0.35.0: extract] [stdint.0.7.2: extract] [topkg.1.0.8: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> retrieved stdint.0.7.2 (cached) Processing 55/93: [ppxlib.0.35.0: extract] [topkg.1.0.8: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] Processing 56/93: [ppxlib.0.35.0: extract] [topkg.1.0.8: extract] [yojson.2.2.2: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] Processing 57/93: [ppxlib.0.35.0: extract] [topkg.1.0.8: extract] [yojson.2.2.2: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] -> retrieved ppxlib.0.35.0 (cached) Processing 57/93: [topkg.1.0.8: extract] [yojson.2.2.2: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] Processing 58/93: [topkg.1.0.8: extract] [yojson.2.2.2: extract] [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_derivers.1.2.1) -> compiled ppx_derivers.1.2.1 Processing 58/93: [topkg.1.0.8: extract] [yojson.2.2.2: extract] [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] -> installed ppx_derivers.1.2.1 Processing 59/93: [topkg.1.0.8: extract] [yojson.2.2.2: extract] [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] -> retrieved topkg.1.0.8 (cached) Processing 59/93: [yojson.2.2.2: extract] [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] -> retrieved yojson.2.2.2 (cached) Processing 59/93: [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] Processing 60/93: [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build] -> retrieved zarith.1.14 (cached) Processing 60/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "pprint" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/pprint.20230830) -> compiled pprint.20230830 Processing 60/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build] -> installed pprint.20230830 Processing 61/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdlib-shims.0.3.0) -> compiled stdlib-shims.0.3.0 Processing 61/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [sexplib0: dune build] [stdint: dune build] [yojson: dune build] -> installed stdlib-shims.0.3.0 Processing 62/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [sexplib0: dune build] [stdint: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/5.3-opam/bin" "-sitelib" "/home/opam/.opam/5.3-opam/lib" "-mandir" "/home/opam/.opam/5.3-opam/man" "-config" "/home/opam/.opam/5.3-opam/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8) - Welcome to findlib version 1.9.8 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Checking for ocamlopt -g... - Configuring libraries... - unix: found (in +unix) - dynlink: found (in +dynlink) - bigarray: not present (possible since 4.08) - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: not present (normal since 4.09) - num: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found (in +ocamldoc) - raw_spacetime: not present (normal since 4.12) - threads: found (in +threads) - str: found (in +str) - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/5.3-opam/lib/ocaml - Binaries: /home/opam/.opam/5.3-opam/bin - Manual pages: /home/opam/.opam/5.3-opam/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/5.3-opam/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/5.3-opam/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/5.3-opam/bin - Manual pages: /home/opam/.opam/5.3-opam/man - topfind script: /home/opam/.opam/5.3-opam/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 62/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sexplib0.v0.17.0) -> compiled sexplib0.v0.17.0 Processing 62/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [stdint: dune build] [yojson: dune build] -> installed sexplib0.v0.17.0 Processing 63/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [stdint: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-compiler-libs" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocaml-compiler-libs.v0.17.0) -> compiled ocaml-compiler-libs.v0.17.0 Processing 63/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [stdint: dune build] [yojson: dune build] -> installed ocaml-compiler-libs.v0.17.0 Processing 64/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [stdint: dune build] [yojson: dune build] Processing 65/93: [gen: dune build] [menhir: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [stdint: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "@install" "-p" "gen" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/gen.1.1) -> compiled gen.1.1 Processing 65/93: [menhir: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [stdint: dune build] [yojson: dune build] -> installed gen.1.1 Processing 66/93: [menhir: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [stdint: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdint" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdint.0.7.2) -> compiled stdint.0.7.2 Processing 66/93: [menhir: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [yojson: dune build] -> installed stdint.0.7.2 Processing 67/93: [menhir: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "PROFILE=release" "opam-modern" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/num.1.5-1) - make -C src all - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/num.1.5-1/src' - ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c - ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c - ocamlmklib -oc nums bng.o nat_stubs.o - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo - cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml . - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - echo 'version = "1.6~dev"' > META.top - cat META.num-top.in >> META.top - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/num.1.5-1/src' - cp src/num-modern.install num.install -> compiled num.1.5-1 Processing 67/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [yojson: dune build] -> installed num.1.5-1 Processing 68/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/5.3-opam/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.3-opam/lib/ocaml' | \ - ../../tools/patch '@RELATIVE_PATHS@' 'false' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_compat.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - -I +unix -I +dynlink ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml - File "topfind.ml", line 128, characters 40-63: - 128 | match Hashtbl.find Toploop.directive_table "ppx" with - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 258, characters 4-27: - 258 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 268, characters 4-27: - 268 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 280, characters 4-27: - 280 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 293, characters 4-27: - 293 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 307, characters 4-27: - 307 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 319, characters 4-27: - 319 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - if [ "1" = "1" ]; then \ - cp topfind.in topfind.compat.in; \ - else \ - sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \ - > topfind.compat.in ; \ - fi - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind.compat.in | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/5.3-opam/lib' | \ - ../../tools/patch '@RELATIVE_PATHS@' 'false' \ - >topfind - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - if [ "false" = "true" ]; then \ - make findlib-relative; \ - else \ - make findlib-absolute; \ - fi - make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/5.3-opam/lib' | \ - tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.3-opam/lib/ocaml:/home/opam/.opam/5.3-opam/lib' -p >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' Processing 68/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [ppxlib: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/yojson.2.2.2) -> compiled yojson.2.2.2 Processing 68/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [ppxlib: dune build] -> installed yojson.2.2.2 Processing 69/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [ppxlib: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib' - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_compat.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - -I +unix -I +dynlink ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml - File "topfind.ml", line 128, characters 40-63: - 128 | match Hashtbl.find Toploop.directive_table "ppx" with - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 258, characters 4-27: - 258 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 268, characters 4-27: - 268 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 280, characters 4-27: - 280 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 293, characters 4-27: - 293 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 307, characters 4-27: - 307 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - - File "topfind.ml", line 319, characters 4-27: - 319 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib' -> compiled ocamlfind.1.9.8 Processing 69/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] Processing 70/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8) - if [ "0" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/5.3-opam/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.3-opam/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi; \ - fi; \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - install -d "/home/opam/.opam/5.3-opam/bin" - install -d "/home/opam/.opam/5.3-opam/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - install -d "`dirname \"/home/opam/.opam/5.3-opam/lib/findlib.conf\"`" - test -f "/home/opam/.opam/5.3-opam/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/5.3-opam/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib' - install -d "/home/opam/.opam/5.3-opam/lib/findlib" - install -d "/home/opam/.opam/5.3-opam/bin" - test 1 -eq 0 || install -d "/home/opam/.opam/5.3-opam/lib/ocaml" - test 1 -eq 0 || cp topfind "/home/opam/.opam/5.3-opam/lib/ocaml/" - files=` ../../tools/collect_files ../../Makefile.config \ - findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ - findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ - fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ - fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ - fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ - findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ - META` && \ - cp $files "/home/opam/.opam/5.3-opam/lib/findlib/" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - install -c $f "/home/opam/.opam/5.3-opam/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/5.3-opam/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/5.3-opam/lib/ocaml/compiler-libs/"; \ - cp topdirs.cmi toploop.cmi "/home/opam/.opam/5.3-opam/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - for x in bytes ; do install -d "/home/opam/.opam/5.3-opam/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/5.3-opam/lib/$x/META.tmp" && mv "/home/opam/.opam/5.3-opam/lib/$x/META.tmp" "/home/opam/.opam/5.3-opam/lib/$x/META"; done - install -d "/home/opam/.opam/5.3-opam/lib/findlib"; cp Makefile.packages "/home/opam/.opam/5.3-opam/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/5.3-opam/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' - install -d "/home/opam/.opam/5.3-opam/man/man1" "/home/opam/.opam/5.3-opam/man/man3" "/home/opam/.opam/5.3-opam/man/man5" - cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.3-opam/man/man1" - cp: cannot stat 'doc/ref-man/ocamlfind.1': No such file or directory - make[1]: [Makefile:91: install-doc] Error 1 (ignored) - cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/5.3-opam/man/man5" - cp: cannot stat 'doc/ref-man/META.5': No such file or directory - cp: cannot stat 'doc/ref-man/site-lib.5': No such file or directory - cp: cannot stat 'doc/ref-man/findlib.conf.5': No such file or directory - make[1]: [Makefile:92: install-doc] Error 1 (ignored) - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8' -> installed ocamlfind.1.9.8 Processing 70/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] Processing 71/93: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] Processing 72/93: [batteries: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] Processing 73/93: [batteries: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [zarith: ./configure] -> installed base-bytes.base Processing 74/93: [batteries: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [zarith: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14) - binary ocaml: found in /home/opam/.opam/5.3-opam/bin - binary ocamlc: found in /home/opam/.opam/5.3-opam/bin - binary ocamldep: found in /home/opam/.opam/5.3-opam/bin - binary ocamlmklib: found in /home/opam/.opam/5.3-opam/bin - binary ocamldoc: found in /home/opam/.opam/5.3-opam/bin - binary ocamlopt: found in /home/opam/.opam/5.3-opam/bin - checking compilation with ocamlc -O3 -Wall -Wextra : working - include caml/mlvalues.h: found - library dynlink.cmxa: found - binary ocamlfind: found in /home/opam/.opam/5.3-opam/bin - OCaml's word size is 64 - package gmp: found - OCaml supports -bin-annot to produce documentation - - detected configuration: - - native-code: yes - dynamic linking: yes - defines: -DHAS_GMP - includes: -I/home/opam/.opam/5.3-opam/lib/ocaml - libraries: -lgmp - linker options: - C options: -O3 -Wall -Wextra - installation path: /home/opam/.opam/5.3-opam/lib - installation method findlib - - configuration successful! - now type "make" to build - then type "make install" or "sudo make install" to install Processing 74/93: [batteries: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [zarith: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1) - if test -d /home/opam/.opam/5.3-opam/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/5.3-opam/lib/ocaml/ocamlbuild";\ - >&2 echo "Installation aborted; if you want to bypass this"\ - "safety check, pass CHECK_IF_PREINSTALLED=false to make";\ - exit 2;\ - fi - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamllex.opt src/glob_lexer.mll - 55 states, 419 transitions, table size 2006 bytes - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamllex.opt src/lexers.mll - 235 states, 1033 transitions, table size 5542 bytes - 4238 additional bytes used for bindings - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp-byte - ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp-byte/ocamlbuild_pack.cmo - mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi - mv tmp-byte/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo - ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp-nat - ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp-nat/ocamlbuild_pack.cmx - mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx - mv tmp-nat/ocamlbuild_pack.o src/ocamlbuild_pack.o - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx - ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx - ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte - ./man/options_man.byte > man/ocamlbuild.options.1 - cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 - make ocamlbuild.install - make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - rm -f ocamlbuild.install - touch ocamlbuild.install - make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - echo 'bin: [' >> ocamlbuild.install - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - echo 'lib: [' >> ocamlbuild.install - make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install - echo ' "META"' >> ocamlbuild.install - for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - make install-man-opam - make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - echo 'man: [' >> ocamlbuild.install - echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - echo 'doc: [' >> ocamlbuild.install - echo ' "LICENSE"' >> ocamlbuild.install - echo ' "Changes"' >> ocamlbuild.install - echo ' "Readme.md"' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' - make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlbuild.0.16.1' -> compiled ocamlbuild.0.16.1 Processing 74/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [zarith: make] -> installed ocamlbuild.0.16.1 Processing 75/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [zarith: make] Processing 76/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [process: make] [zarith: make] Processing 77/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [process: make] [topkg: ocaml build] [zarith: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/process.0.2.1) - ocamlbuild -use-ocamlfind -classic-display process.cma process.cmxa process.cmx - + ocamlfind ocamlc -config - + ocamlfind ocamldep -package bytes -modules lib/process.mli > lib/process.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmi lib/process.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmi lib/process.mli - File "_none_", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The unix subdirectory has been - automatically added to the search path, but you should add -I +unix to the - command-line to silence this alert (e.g. by adding unix to the list of - libraries in your dune file, or adding use_unix to your _tags file for - ocamlbuild, or using -package unix for ocamlfind). - + ocamlfind ocamldep -package bytes -modules lib/process.ml > lib/process.ml.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmo lib/process.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmo lib/process.ml - File "_none_", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The unix subdirectory has been - automatically added to the search path, but you should add -I +unix to the - command-line to silence this alert (e.g. by adding unix to the list of - libraries in your dune file, or adding use_unix to your _tags file for - ocamlbuild, or using -package unix for ocamlfind). - + ocamlfind ocamlc -a -package bytes -I lib lib/process.cmo -o lib/process.cma - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmx lib/process.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmx lib/process.ml - File "_none_", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The unix subdirectory has been - automatically added to the search path, but you should add -I +unix to the - command-line to silence this alert (e.g. by adding unix to the list of - libraries in your dune file, or adding use_unix to your _tags file for - ocamlbuild, or using -package unix for ocamlfind). - + ocamlfind ocamlopt -a -package bytes -I lib lib/process.cmx -o lib/process.cmxa -> compiled process.0.2.1 Processing 77/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make] Processing 78/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make] [process: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/process.0.2.1) - ocamlfind install process META \ - _build/lib/process.mli _build/lib/process.cmi _build/lib/process.cmti _build/lib/process.cma _build/lib/process.cmxa _build/lib/process.cmx \ - _build/lib/process.a - Installed /home/opam/.opam/5.3-opam/lib/process/process.a - Installed /home/opam/.opam/5.3-opam/lib/process/process.cmx - Installed /home/opam/.opam/5.3-opam/lib/process/process.cmxa - Installed /home/opam/.opam/5.3-opam/lib/process/process.cma - Installed /home/opam/.opam/5.3-opam/lib/process/process.cmti - Installed /home/opam/.opam/5.3-opam/lib/process/process.cmi - Installed /home/opam/.opam/5.3-opam/lib/process/process.mli - Installed /home/opam/.opam/5.3-opam/lib/process/META -> installed process.0.2.1 Processing 78/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14) - (echo "let"; grep "version" META | head -1) > zarith_version.ml - ocamldep zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend - ocamlc -g -I +compiler-libs -bin-annot -c zarith_version.ml - ocamlc -g -I +compiler-libs -bin-annot -c z.mli - ocamlc -g -I +compiler-libs -bin-annot -c z.ml - ocamlc -g -I +compiler-libs -bin-annot -c q.mli - ocamlc -g -I +compiler-libs -bin-annot -c q.ml - ocamlc -g -I +compiler-libs -bin-annot -c big_int_Z.mli - ocamlc -g -I +compiler-libs -bin-annot -c big_int_Z.ml - ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp - ocamlc -ccopt "-I/home/opam/.opam/5.3-opam/lib/ocaml -DHAS_GMP -O3 -Wall -Wextra " -c caml_z.c - ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp - ocamlc -g -I +compiler-libs -bin-annot -c zarith_top.ml - ocamlc -g -o zarith_top.cma -a zarith_top.cmo - ocamlopt -g -I +compiler-libs -c zarith_version.ml - ocamlopt -g -I +compiler-libs -c z.ml - ocamlopt -g -I +compiler-libs -c q.ml - ocamlopt -g -I +compiler-libs -c big_int_Z.ml - ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp - ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall -> compiled zarith.1.14 Processing 78/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] Processing 79/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14) - ocamlfind install -destdir "/home/opam/.opam/5.3-opam/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so - Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmti - Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmti - Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmti - Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.a - Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.mli - Installed /home/opam/.opam/5.3-opam/lib/zarith/q.mli - Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.h - Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cmxs - Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmx - Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmx - Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmx - Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith_version.cmx - Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cmxa - Installed /home/opam/.opam/5.3-opam/lib/zarith/z.mli - Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith_top.cma - Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmi - Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmi - Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmi - Installed /home/opam/.opam/5.3-opam/lib/zarith/libzarith.a - Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cma - Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllzarith.so - Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllzarith.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.3-opam/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/5.3-opam/lib/zarith/META -> installed zarith.1.14 Processing 79/93: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "batteries" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/batteries.3.9.0) -> compiled batteries.3.9.0 Processing 79/93: [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] -> installed batteries.3.9.0 Processing 80/93: [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/topkg.1.0.8) - + ocamlfind ocamlc -config - + ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends - + ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli - + ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends - + ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends - + ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends - + ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli - + ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli - + ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli - + ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli - + ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends - + ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends - + ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends - + ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml - + ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml - + ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends - + ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli - + ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends - + ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli - + ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml - + ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml - + ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends - + ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml - + ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends - + ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli - + ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends - + ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml - + ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends - + ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli - + ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends - + ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends - + ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml - + ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml - + ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends - + ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends - + ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends - + ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli - + ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml - + ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml - + ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends - + ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml - + ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa - + ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml - + ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma - # Parallel statistics: { count(total): 2(83), max: 20, min: 2, average(total): 11.000(1.241) } -> compiled topkg.1.0.8 Processing 80/93: [menhir: dune build] [ppxlib: dune build] -> installed topkg.1.0.8 Processing 81/93: [menhir: dune build] [ppxlib: dune build] Processing 82/93: [menhir: dune build] [mtime: ocaml build] [ppxlib: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/mtime.2.1.0) - + ocamlfind ocamlc -config - + ocamlfind ocamlopt -I +unix unix.cmxa -I /home/opam/.opam/5.3-opam/lib/ocamlbuild /home/opam/.opam/5.3-opam/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/5.3-opam/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + ocamlfind ocamlc -config - + ocamlfind ocamldep -modules src/mtime.ml > src/mtime.ml.depends - + ocamlfind ocamldep -modules src/mtime.mli > src/mtime.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/mtime.cmi src/mtime.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/mtime.cmx src/mtime.ml - + ocamlfind ocamlopt -a -I src src/mtime.cmx -o src/mtime.cmxa - + ocamlfind ocamlopt -shared -linkall -I src src/mtime.cmxa -o src/mtime.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/mtime.cmo src/mtime.ml - + ocamlfind ocamlc -a -I src src/mtime.cmo -o src/mtime.cma - + ocamlfind ocamlc -g -c src/clock/mtime_clock_stubs.c - + mv mtime_clock_stubs.o src/clock/mtime_clock_stubs.o - + ocamlfind ocamlmklib -o src/clock/mtime_clock_stubs -g src/clock/mtime_clock_stubs.o - + ocamlfind ocamldep -modules src/clock/mtime_clock.ml > src/clock/mtime_clock.ml.depends - + ocamlfind ocamldep -modules src/clock/mtime_clock.mli > src/clock/mtime_clock.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src/clock -I src -o src/clock/mtime_clock.cmi src/clock/mtime_clock.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src/clock -I src -o src/clock/mtime_clock.cmx src/clock/mtime_clock.ml - + ocamlfind ocamlopt -a -cclib -lmtime_clock_stubs -cclib -lrt -I src/clock src/clock/mtime_clock.cmx -o src/clock/mtime_clock.cmxa - + ocamlfind ocamlopt -shared -linkall src/clock/libmtime_clock_stubs.a -I src/clock src/clock/mtime_clock.cmxa -o src/clock/mtime_clock.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src/clock -I src -o src/clock/mtime_clock.cmo src/clock/mtime_clock.ml - + ocamlfind ocamlc -a -dllib -lmtime_clock_stubs -cclib -lrt -cclib -lmtime_clock_stubs -cclib -lrt -I src/clock src/clock/mtime_clock.cmo -o src/clock/mtime_clock.cma - + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/top/mtime_top.ml > src/top/mtime_top.ml.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src/top -I src -o src/top/mtime_top.cmo src/top/mtime_top.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src/top -I src -o src/top/mtime_top.cmx src/top/mtime_top.ml - + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src/top src/top/mtime_top.cmx -o src/top/mtime_top.cmxa - + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src/top src/top/mtime_top.cmxa -o src/top/mtime_top.cmxs - + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src/top src/top/mtime_top.cmo -o src/top/mtime_top.cma - # No parallelism done -> compiled mtime.2.1.0 Processing 82/93: [menhir: dune build] [ppxlib: dune build] -> installed mtime.2.1.0 Processing 83/93: [menhir: dune build] [ppxlib: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhir.20240715) - (cd _build/default/lib/pack && ./pack.exe) - Creating menhirLib.ml... - Creating menhirLib.mli... - (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check - Read 99 sample input sentences and 99 error messages. - Read 99 sample input sentences and 47 error messages. - (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred) - Grammar has 56 nonterminal symbols, among which 1 start symbols. - Grammar has 37 terminal symbols. - Grammar has 129 productions. - Built an LR(0) automaton with 199 states. - The grammar is not SLR(1) -- 7 states have a conflict. - The construction mode is no-pager. - Built an LR(1) automaton with 308 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 50 states. - Priority played a role in 0 of these states. - 156 out of 308 states have a default reduction. - 108 out of 308 states are represented. - 44 out of 96 symbols keep track of their start position. - 39 out of 96 symbols keep track of their end position. - The StackLang code contains 4113 instructions in 277 blocks. - The StackLang code comprises 5 mutually recursive groups. - (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml - Read 99 sample input sentences and 47 error messages. -> compiled menhir.20240715 Processing 83/93: [ppxlib: dune build] -> installed menhir.20240715 Processing 84/93: [ppxlib: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppxlib.0.35.0) -> compiled ppxlib.0.35.0 -> installed ppxlib.0.35.0 Processing 86/93: [ppx_deriving: dune build] Processing 87/93: [ppx_deriving: dune build] [sedlex: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_deriving.6.0.3) -> compiled ppx_deriving.6.0.3 Processing 87/93: [sedlex: dune build] -> installed ppx_deriving.6.0.3 Processing 88/93: [sedlex: dune build] Processing 89/93: [ppx_deriving_yojson: dune build] [sedlex: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sedlex" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sedlex.3.4) -> compiled sedlex.3.4 Processing 89/93: [ppx_deriving_yojson: dune build] -> installed sedlex.3.4 Processing 90/93: [ppx_deriving_yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving_yojson" "-j" "39" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_deriving_yojson.3.9.1) -> compiled ppx_deriving_yojson.3.9.1 -> installed ppx_deriving_yojson.3.9.1 Processing 92/93: [fstar: make 39] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j" "39" "ADMIT=1" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25) - STAGE 0 - DUNE BUILD - INSTALL LIB SRC - (cd _build/.sandbox/c81fef69b4b6bfa53070c1b8b8cc1784/default && /home/opam/.opam/5.3-opam/bin/menhir fstar-guts/FStarC_Parser_Parse.mly --base fstar-guts/FStarC_Parser_Parse --infer-write-query fstar-guts/FStarC_Parser_Parse__mock.ml.mock) - File "fstar-guts/FStarC_Parser_Parse.mly", line 126, characters 60-70: - Warning: the token LBRACK_BAR is unused. - File "fstar-guts/FStarC_Parser_Parse.mly", line 324, characters 0-15: - Warning: symbol decoratableDecl is unreachable from any of the start symbol(s). - File "fstar-guts/FStarC_Parser_Parse.mly", line 307, characters 0-16: - Warning: symbol noDecorationDecl is unreachable from any of the start symbol(s). - (cd _build/.sandbox/b165e5a1c55e572c61fcfb1652b23ddd/default && /home/opam/.opam/5.3-opam/bin/menhir fstar-guts/FStarC_Parser_Parse.mly --base fstar-guts/FStarC_Parser_Parse --infer-read-reply fstar-guts/FStarC_Parser_Parse__mock.mli.inferred) - Warning: 20 states have shift/reduce conflicts. - Warning: 305 shift/reduce conflicts were arbitrarily resolved. - Warning: 232 end-of-stream conflicts were arbitrarily resolved. - DUNE INSTALL - DUNE CLEAN - EXTRACT STAGE 1 FSTARC-BARE - DEPEND /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src - LAXCHECK Prims.fst - LAXCHECK FStar.Pervasives.Native.fst - LAXCHECK FStar.Pervasives.fsti - LAXCHECK FStar.Pervasives.fst - LAXCHECK FStar.Ghost.fsti - LAXCHECK FStar.Classical.Sugar.fsti - LAXCHECK FStar.Classical.fsti - LAXCHECK FStar.Squash.fsti - LAXCHECK FStar.Sealed.fsti - LAXCHECK FStar.Float.fsti - LAXCHECK FStar.Stubs.TypeChecker.Core.fsti - LAXCHECK FStar.Mul.fst - LAXCHECK FStar.Monotonic.Pure.fst - LAXCHECK FStarC.Effect.fsti - LAXCHECK FStar.ImmutableArray.Base.fsti - LAXCHECK FStarC.Array.fsti - LAXCHECK FStarC.VConfig.fsti - LAXCHECK FStar.Exn.fst - LAXCHECK FStar.Set.fsti - LAXCHECK FStar.Preorder.fst - LAXCHECK FStarC.Errors.Codes.fsti - LAXCHECK FStarC.Sealed.fsti - LAXCHECK FStarC.NormSteps.fst - LAXCHECK FStar.Order.fst - LAXCHECK FStarC.Reflection.V2.Interpreter.fsti - LAXCHECK FStarC.Reflection.V1.Interpreter.fsti - LAXCHECK FStar.Math.Lemmas.fsti - LAXCHECK FStar.Range.fsti - LAXCHECK FStarC.Sealed.fst - LAXCHECK FStar.List.Tot.Base.fst - LAXCHECK FStar.Monotonic.Witnessed.fsti - LAXCHECK FStarC.BigInt.fsti - LAXCHECK FStarC.Json.fsti - LAXCHECK FStarC.List.fsti - LAXCHECK FStarC.PSMap.fsti - LAXCHECK FStarC.Find.fsti - LAXCHECK FStarC.SMap.fsti - LAXCHECK FStarC.Filepath.fsti - LAXCHECK FStarC.Debug.fsti - LAXCHECK FStarC.Options.Ext.fsti - LAXCHECK FStarC.Order.fsti - LAXCHECK FStarC.GenSym.fsti - LAXCHECK FStarC.Thunk.fsti - LAXCHECK FStarC.Hash.fsti - LAXCHECK FStarC.Unionfind.fsti - LAXCHECK FStarC.Dyn.fsti - LAXCHECK FStarC.Option.fsti - LAXCHECK FStarC.Platform.Base.fsti - LAXCHECK FStarC.Plugins.Base.fsti - LAXCHECK FStarC.Profiling.fsti - LAXCHECK FStarC.Timing.fsti - EXTRACT FStarC_Sealed.ml - EXTRACT FStarC_NormSteps.ml - LAXCHECK FStarC.PIMap.fsti - LAXCHECK FStarC.Misc.fsti - LAXCHECK FStarC.OCaml.fsti - LAXCHECK FStarC.Hints.fsti - LAXCHECK FStarC.Hooks.fsti - LAXCHECK FStarC.Interactive.Ide.fsti - LAXCHECK FStarC.Interactive.Lsp.fsti - LAXCHECK FStarC.Interactive.Legacy.fsti - LAXCHECK FStarC.Prettyprint.fsti - LAXCHECK FStar.IndefiniteDescription.fsti - LAXCHECK FStar.Stubs.Reflection.Types.fsti - LAXCHECK FStarC.Common.fsti - LAXCHECK FStarC.VConfig.fst - LAXCHECK FStarC.Order.fst - LAXCHECK FStarC.GenSym.fst - LAXCHECK FStarC.Thunk.fst - LAXCHECK FStarC.Option.fst - LAXCHECK FStarC.Plugins.fsti - LAXCHECK FStarC.Real.fsti - LAXCHECK FStar.TSet.fsti - LAXCHECK FStar.StrongExcludedMiddle.fst - EXTRACT FStarC_GenSym.ml - EXTRACT FStarC_Option.ml - EXTRACT FStarC_Order.ml - EXTRACT FStarC_Thunk.ml - EXTRACT FStarC_VConfig.ml - LAXCHECK FStar.List.Tot.Properties.fsti - LAXCHECK FStar.Monotonic.Heap.fsti - LAXCHECK FStarC.Errors.Codes.fst - EXTRACT FStar_Pervasives.ml - LAXCHECK FStar.Heap.fst - LAXCHECK FStar.List.Tot.fst - LAXCHECK FStar.ST.fst - LAXCHECK FStar.Seq.Base.fsti - EXTRACT FStarC_Errors_Codes.ml - LAXCHECK FStar.All.fsti - LAXCHECK FStar.Seq.Base.fst - LAXCHECK FStar.Seq.Properties.fsti - LAXCHECK FStar.BitVector.fsti - LAXCHECK FStar.List.fst - LAXCHECK FStar.UInt.fsti - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/stage0/out/bin/../lib/fstar/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - LAXCHECK FStar.UInt32.fsti - LAXCHECK FStar.Seq.Properties.fst - EXTRACT FStar_Seq_Base.ml - LAXCHECK FStar.Char.fsti - LAXCHECK FStar.Pprint.fsti - LAXCHECK FStarC.BaseTypes.fsti - LAXCHECK FStarC.String.fsti - LAXCHECK FStar.String.fsti - LAXCHECK FStarC.Util.fsti - LAXCHECK FStarC.Getopt.fsti - LAXCHECK FStarC.Bytes.fsti - LAXCHECK FStar.Issue.fsti - LAXCHECK FStar.Stubs.Errors.Msg.fsti - LAXCHECK FStar.Stubs.Tactics.Common.fsti - LAXCHECK FStar.Stubs.Tactics.Types.fsti - LAXCHECK FStarC.Common.fst - LAXCHECK FStarC.Pprint.fsti - LAXCHECK FStarC.Debug.fst - LAXCHECK FStarC.StringBuffer.fsti - LAXCHECK FStarC.Misc.fst - LAXCHECK FStar.Stubs.Tactics.Result.fsti - LAXCHECK FStarC.Find.Z3.fsti - EXTRACT FStarC_Common.ml - EXTRACT FStarC_Debug.ml - EXTRACT FStarC_Misc.ml - LAXCHECK FStar.Tactics.Effect.fsti - LAXCHECK FStar.Tactics.Typeclasses.fsti - LAXCHECK FStarC.Class.Monad.fsti - LAXCHECK FStarC.Class.Show.fsti - LAXCHECK FStarC.Errors.Msg.fsti - LAXCHECK FStarC.Class.Deq.fsti - LAXCHECK FStarC.Class.Tagged.fsti - LAXCHECK FStarC.Class.Listlike.fsti - LAXCHECK FStarC.Class.Monoid.fsti - LAXCHECK FStarC.Class.Tagged.fst - LAXCHECK FStarC.Class.Show.fst - LAXCHECK FStarC.Find.fst - LAXCHECK FStarC.Errors.Msg.fst - LAXCHECK FStarC.Options.Ext.fst - LAXCHECK FStarC.Class.Deq.fst - LAXCHECK FStarC.Options.fsti - LAXCHECK FStarC.Class.Ord.fsti - LAXCHECK FStarC.Class.PP.fsti - LAXCHECK FStarC.Platform.fsti - LAXCHECK FStarC.Class.Monoid.fst - LAXCHECK FStarC.Path.fsti - LAXCHECK FStarC.Writer.fsti - LAXCHECK FStarC.Class.Monad.fst - LAXCHECK FStarC.Class.Listlike.fst - EXTRACT FStar_Seq_Properties.ml - EXTRACT FStarC_Class_Tagged.ml - LAXCHECK FStarC.Platform.fst - LAXCHECK FStarC.OCaml.fst - LAXCHECK FStarC.Path.fst - EXTRACT FStarC_Class_Monoid.ml - LAXCHECK FStarC.Writer.fst - LAXCHECK FStarC.Class.PP.fst - EXTRACT FStarC_Class_Listlike.ml - EXTRACT FStarC_Errors_Msg.ml - EXTRACT FStarC_Class_Show.ml - EXTRACT FStarC_Options_Ext.ml - LAXCHECK FStarC.Class.Ord.fst - LAXCHECK FStarC.Range.Type.fsti - LAXCHECK FStarC.Class.Setlike.fsti - LAXCHECK FStarC.CList.fsti - LAXCHECK FStarC.Real.fst - LAXCHECK FStarC.Class.Hashable.fsti - EXTRACT FStarC_Find.ml - EXTRACT FStarC_Class_Deq.ml - EXTRACT FStarC_Class_Monad.ml - LAXCHECK FStarC.Options.fst - LAXCHECK FStarC.Profiling.fst - LAXCHECK FStarC.Find.Z3.fst - EXTRACT FStarC_Platform.ml - EXTRACT FStarC_Path.ml - EXTRACT FStarC_OCaml.ml - EXTRACT FStarC_Writer.ml - EXTRACT FStarC_Real.ml - LAXCHECK FStarC.Range.Type.fst - LAXCHECK FStarC.Range.Ops.fsti - LAXCHECK FStarC.Class.HasRange.fsti - LAXCHECK FStarC.CList.fst - LAXCHECK FStarC.Class.Hashable.fst - EXTRACT FStarC_Profiling.ml - EXTRACT FStarC_Class_PP.ml - EXTRACT FStarC_Find_Z3.ml - LAXCHECK FStarC.Class.Setlike.fst - LAXCHECK FStarC.FlatSet.fsti - LAXCHECK FStarC.RBSet.fsti - EXTRACT FStarC_Range_Type.ml - LAXCHECK FStarC.Range.Ops.fst - LAXCHECK FStarC.Range.fsti - LAXCHECK FStarC.Ident.fsti - EXTRACT FStarC_Class_Hashable.ml - EXTRACT FStarC_CList.ml - EXTRACT FStarC_Class_Ord.ml - LAXCHECK FStarC.RBSet.fst - LAXCHECK FStarC.FlatSet.fst - LAXCHECK FStarC.Class.HasRange.fst - LAXCHECK FStarC.Errors.fsti - LAXCHECK FStarC.Ident.fst - LAXCHECK FStarC.Parser.Const.Tuples.fsti - LAXCHECK FStarC.Const.fsti - LAXCHECK FStarC.Parser.Dep.fsti - LAXCHECK FStarC.Interactive.CompletionTable.fsti - EXTRACT FStarC_Range_Ops.ml - EXTRACT FStarC_Class_Setlike.ml - EXTRACT FStarC_FlatSet.ml - LAXCHECK FStarC.Parser.Const.Tuples.fst - LAXCHECK FStarC.Interactive.CompletionTable.fst - EXTRACT FStarC_Class_HasRange.ml - LAXCHECK FStarC.Const.fst - LAXCHECK FStarC.Parser.Const.fst - LAXCHECK FStarC.Syntax.Syntax.fsti - LAXCHECK FStarC.Extraction.ML.Syntax.fsti - EXTRACT FStarC_Ident.ml - EXTRACT FStarC_RBSet.ml - LAXCHECK FStarC.Dependencies.fsti - LAXCHECK FStarC.Errors.fst - LAXCHECK FStarC.Plugins.fst - LAXCHECK FStarC.Interactive.JsonHelper.fsti - EXTRACT FStarC_Const.ml - EXTRACT FStarC_Parser_Const_Tuples.ml - LAXCHECK FStarC.Dependencies.fst - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(85,16-85,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(86,16-86,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(87,16-87,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(88,16-88,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - EXTRACT FStarC_Plugins.ml - EXTRACT FStarC_Parser_Const.ml - LAXCHECK FStarC.Extraction.ML.Syntax.fst - LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fsti - LAXCHECK FStarC.Extraction.ML.Code.fsti - LAXCHECK FStarC.Extraction.ML.PrintFS.fsti - LAXCHECK FStarC.Extraction.ML.PrintML.fsti - EXTRACT FStarC_Dependencies.ml - EXTRACT FStarC_Interactive_CompletionTable.ml - EXTRACT FStarC_Options.ml - EXTRACT FStarC_Errors.ml - LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fst - LAXCHECK FStarC.Extraction.ML.PrintFS.fst - EXTRACT FStarC_Extraction_ML_RemoveUnusedParameters.ml - EXTRACT FStarC_Extraction_ML_Syntax.ml - LAXCHECK FStarC.Syntax.Syntax.fst - LAXCHECK FStarC.Syntax.Unionfind.fsti - LAXCHECK FStarC.Syntax.Subst.fsti - LAXCHECK FStarC.Syntax.InstFV.fsti - LAXCHECK FStarC.Syntax.Free.fsti - LAXCHECK FStarC.Syntax.Print.Ugly.fsti - LAXCHECK FStarC.Parser.AST.fsti - LAXCHECK FStarC.Syntax.Formula.fsti - LAXCHECK FStarC.Syntax.MutRecTy.fsti - LAXCHECK FStarC.Syntax.VisitM.fsti - LAXCHECK FStarC.Syntax.Visit.fsti - LAXCHECK FStarC.Syntax.Embeddings.Base.fsti - LAXCHECK FStarC.Class.Binders.fsti - LAXCHECK FStarC.TypeChecker.Common.fsti - LAXCHECK FStarC.SMTEncoding.Term.fsti - LAXCHECK FStarC.Parser.Const.ExtractAs.fsti - LAXCHECK FStarC.Reflection.V2.Constants.fst - LAXCHECK FStarC.Reflection.V2.Data.fsti - LAXCHECK FStarC.Reflection.V1.Constants.fst - LAXCHECK FStarC.Tactics.Common.fsti - LAXCHECK FStarC.Syntax.Hash.fsti - LAXCHECK FStarC.Syntax.Compress.fsti - LAXCHECK FStarC.Syntax.TermHashTable.fsti - LAXCHECK FStarC.Reflection.V1.Data.fsti - LAXCHECK FStarC.Syntax.Unionfind.fst - LAXCHECK FStarC.Class.Binders.fst - LAXCHECK FStarC.Defensive.fsti - LAXCHECK FStarC.Tactics.Common.fst - EXTRACT FStarC_Extraction_ML_PrintFS.ml - EXTRACT FStarC_Reflection_V2_Constants.ml - EXTRACT FStarC_Reflection_V1_Constants.ml - LAXCHECK FStarC.Syntax.Subst.fst - LAXCHECK FStarC.Syntax.InstFV.fst - LAXCHECK FStarC.Syntax.Free.fst - LAXCHECK FStarC.Syntax.Util.fsti - LAXCHECK FStarC.Syntax.VisitM.fst - LAXCHECK FStarC.Syntax.Hash.fst - LAXCHECK FStarC.Syntax.Visit.fst - LAXCHECK FStarC.Syntax.Embeddings.fsti - LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fsti - LAXCHECK FStarC.SMTEncoding.Term.fst - LAXCHECK FStarC.SMTEncoding.UnsatCore.fsti - LAXCHECK FStarC.SMTEncoding.Pruning.fsti - LAXCHECK FStarC.Reflection.V2.Data.fst - EXTRACT FStarC_Syntax_Unionfind.ml - LAXCHECK FStarC.Reflection.V1.Data.fst - EXTRACT FStarC_Tactics_Common.ml - LAXCHECK FStarC.Syntax.Util.fst - LAXCHECK FStarC.Syntax.Print.Ugly.fst - LAXCHECK FStarC.Syntax.MutRecTy.fst - LAXCHECK FStarC.Parser.Const.ExtractAs.fst - EXTRACT FStarC_Class_Binders.ml - LAXCHECK FStarC.SMTEncoding.UnsatCore.fst - LAXCHECK FStarC.SMTEncoding.SolverState.fsti - LAXCHECK FStarC.SMTEncoding.Pruning.fst - EXTRACT FStarC_Syntax_InstFV.ml - LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fst - EXTRACT FStarC_Syntax_Visit.ml - EXTRACT FStarC_Syntax_Free.ml - LAXCHECK FStarC.Parser.AST.fst - LAXCHECK FStarC.Parser.ToDocument.fsti - LAXCHECK FStarC.Parser.AST.Util.fsti - LAXCHECK FStarC.Syntax.DsEnv.fsti - EXTRACT FStarC_Syntax_Subst.ml - EXTRACT FStarC_Reflection_V2_Data.ml - EXTRACT FStarC_SMTEncoding_UnsatCore.ml - EXTRACT FStarC_Syntax_Hash.ml - EXTRACT FStarC_Reflection_V1_Data.ml - EXTRACT FStarC_Parser_Const_ExtractAs.ml - EXTRACT FStarC_Syntax_MutRecTy.ml - EXTRACT FStarC_Syntax_Embeddings_AppEmb.ml - LAXCHECK FStarC.Parser.AST.Util.fst - LAXCHECK FStarC.Parser.ParseIt.fsti - LAXCHECK FStarC.Parser.ToDocument.fst - LAXCHECK FStarC.SMTEncoding.Z3.fsti - EXTRACT FStarC_Syntax_Print_Ugly.ml - LAXCHECK FStarC.Syntax.DsEnv.fst - LAXCHECK FStarC.Syntax.Resugar.fsti - LAXCHECK FStarC.Syntax.Print.fsti - LAXCHECK FStarC.Syntax.Print.Pretty.fsti - LAXCHECK FStarC.ToSyntax.ToSyntax.fsti - LAXCHECK FStarC.TypeChecker.Env.fsti - LAXCHECK FStarC.ToSyntax.Interleave.fsti - EXTRACT FStarC_SMTEncoding_Pruning.ml - LAXCHECK FStarC.Parser.Driver.fsti - LAXCHECK FStarC.ToSyntax.Interleave.fst - EXTRACT FStarC_Syntax_VisitM.ml - EXTRACT FStarC_SMTEncoding_Term.ml - LAXCHECK FStarC.Syntax.Formula.fst - LAXCHECK FStarC.Syntax.Embeddings.Base.fst - LAXCHECK FStarC.Syntax.Embeddings.fst - LAXCHECK FStarC.Defensive.fst - LAXCHECK FStarC.TypeChecker.Common.fst - LAXCHECK FStarC.Syntax.Compress.fst - LAXCHECK FStarC.Syntax.Print.fst - LAXCHECK FStarC.SMTEncoding.Z3.fst - LAXCHECK FStarC.ToSyntax.ToSyntax.fst - LAXCHECK FStarC.Syntax.Resugar.fst - LAXCHECK FStarC.Syntax.Print.Pretty.fst - EXTRACT FStarC_Syntax_Syntax.ml - EXTRACT FStarC_Parser_AST_Util.ml - EXTRACT FStarC_Syntax_Util.ml - LAXCHECK FStarC.Parser.Driver.fst - LAXCHECK FStarC.Parser.Dep.fst - LAXCHECK FStarC.Prettyprint.fst - EXTRACT FStarC_Defensive.ml - EXTRACT FStarC_Syntax_Compress.ml - EXTRACT FStarC_Syntax_Print_Pretty.ml - EXTRACT FStarC_ToSyntax_Interleave.ml - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.AST.fst(771,8-771,22): - - Global binding - 'FStarC.Parser.AST.decl_to_string' - is recursive but not used in its body - - EXTRACT FStarC_Parser_AST.ml - EXTRACT FStarC_Syntax_Embeddings_Base.ml - EXTRACT FStarC_Prettyprint.ml - EXTRACT FStarC_TypeChecker_Common.ml - EXTRACT FStarC_Parser_Driver.ml - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(733,8-733,14): - - Global binding - 'FStarC.Parser.ToDocument.p_decl' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(754,4-754,13): - - Global binding - 'FStarC.Parser.ToDocument.p_justSig' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(1093,4-1093,24): - - Global binding - 'FStarC.Parser.ToDocument.p_disjunctivePattern' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(1731,4-1731,21): - - Global binding - 'FStarC.Parser.ToDocument.p_maybeFocusArrow' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(1995,4-1995,12): - - Global binding - 'FStarC.Parser.ToDocument.p_tmNoEq' - is recursive but not used in its body - - EXTRACT FStarC_Parser_ToDocument.ml - LAXCHECK FStarC.TypeChecker.Env.fst - LAXCHECK FStarC.SMTEncoding.SolverState.fst - LAXCHECK FStarC.SMTEncoding.Util.fsti - LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.fsti - LAXCHECK FStarC.TypeChecker.Err.fsti - LAXCHECK FStarC.TypeChecker.PatternUtils.fsti - LAXCHECK FStarC.TypeChecker.DeferredImplicits.fsti - LAXCHECK FStarC.TypeChecker.Rel.fsti - LAXCHECK FStarC.TypeChecker.Util.fsti - LAXCHECK FStarC.Reflection.V2.Builtins.fsti - LAXCHECK FStarC.Reflection.V2.Embeddings.fsti - LAXCHECK FStarC.TypeChecker.Generalize.fsti - LAXCHECK FStarC.TypeChecker.Positivity.fsti - LAXCHECK FStarC.SMTEncoding.Solver.Cache.fsti - LAXCHECK FStarC.SMTEncoding.Solver.fsti - LAXCHECK FStarC.TypeChecker.Quals.fsti - LAXCHECK FStarC.TypeChecker.Core.fsti - LAXCHECK FStarC.TypeChecker.DMFF.fsti - LAXCHECK FStarC.TypeChecker.TcEffect.fsti - LAXCHECK FStarC.TypeChecker.Tc.fsti - LAXCHECK FStarC.Extraction.ML.UEnv.fsti - LAXCHECK FStarC.Tactics.Hooks.fsti - LAXCHECK FStarC.Reflection.V1.Builtins.fsti - LAXCHECK FStarC.Reflection.V1.Embeddings.fsti - LAXCHECK FStarC.Interactive.JsonHelper.fst - EXTRACT FStarC_Syntax_DsEnv.ml - EXTRACT FStarC_Syntax_Print.ml - EXTRACT FStarC_Syntax_Formula.ml - EXTRACT FStarC_SMTEncoding_Z3.ml - LAXCHECK FStarC.SMTEncoding.Util.fst - LAXCHECK FStarC.SMTEncoding.ErrorReporting.fsti - LAXCHECK FStarC.SMTEncoding.Env.fst - LAXCHECK FStarC.SMTEncoding.Solver.Cache.fst - LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.fst - LAXCHECK FStarC.TypeChecker.NBETerm.fsti - LAXCHECK FStarC.TypeChecker.PatternUtils.fst - LAXCHECK FStarC.TypeChecker.DeferredImplicits.fst - LAXCHECK FStarC.Extraction.ML.UEnv.fst - LAXCHECK FStarC.Extraction.ML.Util.fsti - LAXCHECK FStarC.Extraction.ML.Term.fsti - LAXCHECK FStarC.Extraction.ML.RegEmb.fsti - LAXCHECK FStarC.Extraction.ML.Modul.fsti - LAXCHECK FStarC.Extraction.Krml.fsti - EXTRACT FStarC_Syntax_Resugar.ml - LAXCHECK FStarC.Reflection.V2.Embeddings.fst - LAXCHECK FStarC.TypeChecker.TcTerm.fsti - LAXCHECK FStarC.TypeChecker.TcInductive.fsti - EXTRACT FStarC_Parser_Dep.ml - LAXCHECK FStarC.Tactics.Types.Reflection.fsti - EXTRACT FStarC_SMTEncoding_SolverState.ml - LAXCHECK FStarC.Reflection.V1.Embeddings.fst - LAXCHECK FStarC.SMTEncoding.ErrorReporting.fst - LAXCHECK FStarC.Extraction.ML.Util.fst - LAXCHECK FStarC.Extraction.ML.Code.fst - EXTRACT FStarC_SMTEncoding_Util.ml - LAXCHECK FStarC.TypeChecker.NBETerm.fst - LAXCHECK FStarC.TypeChecker.Primops.Base.fsti - LAXCHECK FStarC.MachineInts.fsti - LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fsti - LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fsti - EXTRACT FStarC_TypeChecker_PatternUtils.ml - EXTRACT FStarC_Extraction_ML_UEnv.ml - LAXCHECK FStarC.Extraction.Krml.fst - EXTRACT FStarC_TypeChecker_DeferredImplicits.ml - EXTRACT FStarC_SMTEncoding_Env.ml - LAXCHECK FStarC.SMTEncoding.EncodeTerm.fsti - LAXCHECK FStarC.SMTEncoding.Encode.fsti - LAXCHECK FStarC.CheckedFiles.fsti - EXTRACT FStarC_Interactive_JsonHelper.ml - EXTRACT FStarC_SMTEncoding_Solver_Cache.ml - LAXCHECK FStarC.Tactics.Types.Reflection.fst - EXTRACT FStarC_Syntax_Embeddings.ml - LAXCHECK FStarC.MachineInts.fst - EXTRACT FStarC_Extraction_ML_Util.ml - LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fst - LAXCHECK FStarC.TypeChecker.Primops.Base.fst - LAXCHECK FStarC.TypeChecker.Primops.Eq.fsti - LAXCHECK FStarC.TypeChecker.Primops.Real.fsti - LAXCHECK FStarC.TypeChecker.Primops.Range.fsti - LAXCHECK FStarC.TypeChecker.Primops.Errors.Msg.fsti - LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fsti - LAXCHECK FStarC.TypeChecker.Primops.Docs.fsti - LAXCHECK FStarC.TypeChecker.Primops.Erased.fsti - LAXCHECK FStarC.TypeChecker.Primops.Sealed.fsti - LAXCHECK FStarC.TypeChecker.Primops.Array.fsti - LAXCHECK FStarC.TypeChecker.Primops.Issue.fsti - LAXCHECK FStarC.TypeChecker.Primops.fsti - LAXCHECK FStarC.CheckedFiles.fst - LAXCHECK FStarC.Universal.fsti - LAXCHECK FStarC.Tactics.V2.Primops.fsti - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Code.fst(789,12-789,17): - - Local binding 'p_sig' is recursive but not used in its body - - LAXCHECK FStarC.Tactics.V1.Primops.fsti - EXTRACT FStarC_SMTEncoding_ErrorReporting.ml - EXTRACT FStarC_TypeChecker_TermEqAndSimplify.ml - EXTRACT FStarC_Extraction_ML_Code.ml - LAXCHECK FStarC.SMTEncoding.Solver.fst - LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fst - EXTRACT FStarC_Tactics_Types_Reflection.ml - EXTRACT FStarC_MachineInts.ml - LAXCHECK FStarC.TypeChecker.Primops.Array.fst - LAXCHECK FStarC.TypeChecker.Primops.Issue.fst - LAXCHECK FStarC.TypeChecker.Primops.Sealed.fst - LAXCHECK FStarC.TypeChecker.Cfg.fsti - LAXCHECK FStarC.Tactics.Types.fsti - EXTRACT FStarC_Reflection_V2_Embeddings.ml - LAXCHECK FStarC.TypeChecker.Primops.Erased.fst - LAXCHECK FStarC.TypeChecker.Primops.Eq.fst - LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fst - LAXCHECK FStarC.TypeChecker.Primops.Real.fst - LAXCHECK FStarC.TypeChecker.Primops.Errors.Msg.fst - LAXCHECK FStarC.TypeChecker.Primops.Range.fst - LAXCHECK FStarC.TypeChecker.Primops.Docs.fst - LAXCHECK FStarC.TypeChecker.Primops.fst - EXTRACT FStarC_TypeChecker_NBETerm.ml - EXTRACT FStarC_CheckedFiles.ml - LAXCHECK FStarC.Tactics.Types.fst - LAXCHECK FStarC.Tactics.Printing.fsti - LAXCHECK FStarC.Tactics.Result.fsti - LAXCHECK FStarC.Tactics.Native.fsti - LAXCHECK FStarC.Interactive.Ide.Types.fsti - EXTRACT FStarC_TypeChecker_Primops_Array.ml - EXTRACT FStarC_TypeChecker_Primops_Issue.ml - EXTRACT FStarC_Reflection_V2_NBEEmbeddings.ml - EXTRACT FStarC_TypeChecker_Primops_Sealed.ml - EXTRACT FStarC_TypeChecker_Primops_Errors_Msg.ml - EXTRACT FStarC_TypeChecker_Primops_Range.ml - LAXCHECK FStarC.Tactics.Printing.fst - EXTRACT FStarC_TypeChecker_Primops_Eq.ml - EXTRACT FStarC_Reflection_V1_NBEEmbeddings.ml - EXTRACT FStarC_TypeChecker_Primops_MachineInts.ml - LAXCHECK FStarC.TypeChecker.Cfg.fst - LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fsti - LAXCHECK FStarC.TypeChecker.Normalize.fsti - LAXCHECK FStarC.Reflection.V2.Interpreter.fst - LAXCHECK FStarC.Reflection.V1.Interpreter.fst - EXTRACT FStarC_Tactics_Types.ml - EXTRACT FStarC_TypeChecker_Primops_Real.ml - EXTRACT FStarC_TypeChecker_Primops_Erased.ml - LAXCHECK FStarC.Tactics.Result.fst - LAXCHECK FStarC.Tactics.Embedding.fsti - LAXCHECK FStarC.Tactics.Monad.fsti - EXTRACT FStarC_TypeChecker_Primops_Docs.ml - EXTRACT FStarC_SMTEncoding_Solver.ml - EXTRACT FStarC_TypeChecker_Primops.ml - EXTRACT FStarC_TypeChecker_Primops_Base.ml - EXTRACT FStarC_Tactics_Printing.ml - LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fst - EXTRACT FStarC_TypeChecker_Env.ml - LAXCHECK FStarC.TypeChecker.Normalize.fst - LAXCHECK FStarC.TypeChecker.Err.fst - LAXCHECK FStarC.TypeChecker.Rel.fst - LAXCHECK FStarC.TypeChecker.Util.fst - LAXCHECK FStarC.Reflection.V2.Builtins.fst - LAXCHECK FStarC.SMTEncoding.EncodeTerm.fst - LAXCHECK FStarC.SMTEncoding.Encode.fst - LAXCHECK FStarC.TypeChecker.Generalize.fst - LAXCHECK FStarC.TypeChecker.Positivity.fst - LAXCHECK FStarC.TypeChecker.TcTerm.fst - LAXCHECK FStarC.TypeChecker.TcInductive.fst - LAXCHECK FStarC.TypeChecker.NBE.fsti - LAXCHECK FStarC.TypeChecker.Quals.fst - LAXCHECK FStarC.TypeChecker.Core.fst - LAXCHECK FStarC.TypeChecker.DMFF.fst - LAXCHECK FStarC.TypeChecker.TcEffect.fst - LAXCHECK FStarC.TypeChecker.Tc.fst - LAXCHECK FStarC.Extraction.ML.Term.fst - EXTRACT FStarC_Tactics_Result.ml - LAXCHECK FStarC.Tactics.Embedding.fst - LAXCHECK FStarC.Tactics.Monad.fst - LAXCHECK FStarC.Tactics.InterpFuns.fsti - LAXCHECK FStarC.Extraction.ML.Modul.fst - LAXCHECK FStarC.Tactics.CtrlRewrite.fsti - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/tosyntax/FStarC.ToSyntax.ToSyntax.fst(718,13-718,47): - - Effectful argument let _ = FStarC.Ident.string_of_id op_plus in - _ = "+" (FStarC.Effect.ALL) to erased function assert, consider let binding it - - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/tosyntax/FStarC.ToSyntax.ToSyntax.fst(736,19-736,56): - - Effectful argument let _ = FStarC.Ident.string_of_lid max_lid in - _ = "max" (FStarC.Effect.ALL) to erased function assert, consider let binding it - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(335,8-335,19): - - Global binding - 'FStarC.Extraction.Krml.decl_to_doc' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(679,8-679,37): - - Global binding - 'FStarC.Extraction.Krml.translate_type_without_decay'' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(782,4-782,19): - - Global binding - 'FStarC.Extraction.Krml.translate_type'' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(799,4-799,19): - - Global binding - 'FStarC.Extraction.Krml.translate_expr'' - is recursive but not used in its body - - LAXCHECK FStarC.Tactics.Interpreter.fsti - LAXCHECK FStarC.Tactics.V2.Basic.fsti - LAXCHECK FStarC.Reflection.V1.Builtins.fst - EXTRACT FStarC_Reflection_V1_Embeddings.ml - LAXCHECK FStarC.Tactics.V1.Basic.fsti - LAXCHECK FStarC.Interactive.Ide.Types.fst - LAXCHECK FStarC.Interactive.PushHelper.fsti - LAXCHECK FStarC.Interactive.QueryHelper.fsti - LAXCHECK FStarC.Interactive.Incremental.fsti - LAXCHECK FStarC.Interactive.Legacy.fst - EXTRACT FStarC_Reflection_V2_Interpreter.ml - EXTRACT FStarC_Reflection_V1_Interpreter.ml - EXTRACT FStarC_ToSyntax_ToSyntax.ml - EXTRACT FStarC_TypeChecker_Normalize_Unfolding.ml - LAXCHECK FStarC.TypeChecker.NBE.fst - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Quals.fst(142,12-142,13): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - EXTRACT FStarC_Extraction_Krml.ml - EXTRACT FStarC_TypeChecker_Cfg.ml - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Generalize.fst(265,9-265,58): - - Effectful argument FStarC.List.for_all (fun _ -> - (let l, _, _ = _ in - FStarC.Util.is_right l) - <: - Prims.bool) - lecs (FStarC.Effect.ALL) to erased function assert, consider let binding it - - EXTRACT FStarC_TypeChecker_Positivity.ml - EXTRACT FStarC_TypeChecker_Quals.ml - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Err.fst(133,30-133,31): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Err.fst(142,29-142,30): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - LAXCHECK FStarC.Tactics.CtrlRewrite.fst - EXTRACT FStarC_TypeChecker_Err.ml - EXTRACT FStarC_Reflection_V2_Builtins.ml - EXTRACT FStarC_TypeChecker_Generalize.ml - EXTRACT FStarC_Interactive_Ide_Types.ml - EXTRACT FStarC_TypeChecker_Core.ml - LAXCHECK FStarC.Tactics.InterpFuns.fst - LAXCHECK FStarC.Extraction.ML.RegEmb.fst - LAXCHECK FStarC.Tactics.Interpreter.fst - LAXCHECK FStarC.Tactics.V2.Basic.fst - LAXCHECK FStarC.Tactics.Hooks.fst - LAXCHECK FStarC.Universal.fst - LAXCHECK FStarC.Tactics.V2.Primops.fst - LAXCHECK FStarC.Tactics.V1.Basic.fst - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Term.fst(709,8-709,31): - - Global binding - 'FStarC.Extraction.ML.Term.translate_term_to_mlty'' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Term.fst(1335,4-1335,20): - - Global binding - 'FStarC.Extraction.ML.Term.extract_lb_iface' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Term.fst(1381,4-1381,19): - - Global binding - 'FStarC.Extraction.ML.Term.term_as_mlexpr'' - is recursive but not used in its body - - LAXCHECK FStarC.Tactics.V1.Primops.fst - LAXCHECK FStarC.Hooks.fst - LAXCHECK FStarC.Interactive.QueryHelper.fst - EXTRACT FStarC_Interactive_Legacy.ml - LAXCHECK FStarC.Main.fst - EXTRACT FStarC_TypeChecker_DMFF.ml - EXTRACT FStarC_TypeChecker_Tc.ml - EXTRACT FStarC_Extraction_ML_Term.ml - EXTRACT FStarC_Tactics_Embedding.ml - EXTRACT FStarC_Tactics_Monad.ml - EXTRACT FStarC_Reflection_V1_Builtins.ml - LAXCHECK FStarC.Interactive.PushHelper.fst - LAXCHECK FStarC.Interactive.Incremental.fst - LAXCHECK FStarC.Interactive.Ide.fst - LAXCHECK FStarC.Interactive.Lsp.fst - EXTRACT FStarC_TypeChecker_TcInductive.ml - EXTRACT FStarC_TypeChecker_TcEffect.ml - EXTRACT FStarC_Extraction_ML_Modul.ml - EXTRACT FStarC_Tactics_CtrlRewrite.ml - EXTRACT FStarC_TypeChecker_NBE.ml - EXTRACT FStarC_Hooks.ml - EXTRACT FStarC_Tactics_Interpreter.ml - EXTRACT FStarC_SMTEncoding_EncodeTerm.ml - EXTRACT FStarC_Interactive_QueryHelper.ml - EXTRACT FStarC_Main.ml - EXTRACT FStarC_Extraction_ML_RegEmb.ml - EXTRACT FStarC_Interactive_Incremental.ml - EXTRACT FStarC_Tactics_Hooks.ml - EXTRACT FStarC_Interactive_PushHelper.ml - EXTRACT FStarC_Universal.ml - EXTRACT FStarC_SMTEncoding_Encode.ml - EXTRACT FStarC_TypeChecker_Util.ml - EXTRACT FStarC_Tactics_V1_Primops.ml - EXTRACT FStarC_Interactive_Lsp.ml - EXTRACT FStarC_Tactics_InterpFuns.ml - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/interactive/FStarC.Interactive.Ide.fst(152,13-152,53): - - Effectful argument let _ = - let _ = - let _ = - let _ = !FStarC.Interactive.PushHelper.repl_stack in - FStarC.List.hd _ - in - FStar.Pervasives.Native.snd _ - in - FStar.Pervasives.Native.fst _ - in - task = _ (FStarC.Effect.ALL) to erased function assert, consider let binding it - - EXTRACT FStarC_Interactive_Ide.ml - EXTRACT FStarC_Tactics_V1_Basic.ml - EXTRACT FStarC_TypeChecker_Normalize.ml - EXTRACT FStarC_TypeChecker_Rel.ml - EXTRACT FStarC_Tactics_V2_Primops.ml - EXTRACT FStarC_Tactics_V2_Basic.ml - EXTRACT FStarC_TypeChecker_TcTerm.ml - BUILD STAGE 1 FSTARC-BARE - (cd _build/.sandbox/bfe5a4a6c5800e3f8b21dc2b95a25dfe/default && /home/opam/.opam/5.3-opam/bin/menhir fstar-guts/FStarC_Parser_Parse.mly --base fstar-guts/FStarC_Parser_Parse --infer-write-query fstar-guts/FStarC_Parser_Parse__mock.ml.mock) - File "fstar-guts/FStarC_Parser_Parse.mly", line 129, characters 60-70: - Warning: the token LBRACK_BAR is unused. - File "fstar-guts/FStarC_Parser_Parse.mly", line 327, characters 0-15: - Warning: symbol decoratableDecl is unreachable from any of the start symbol(s). - File "fstar-guts/FStarC_Parser_Parse.mly", line 310, characters 0-16: - Warning: symbol noDecorationDecl is unreachable from any of the start symbol(s). - (cd _build/.sandbox/f75ed74ff3c6ee302ccc434d787b7ef0/default && /home/opam/.opam/5.3-opam/bin/menhir fstar-guts/FStarC_Parser_Parse.mly --base fstar-guts/FStarC_Parser_Parse --infer-read-reply fstar-guts/FStarC_Parser_Parse__mock.mli.inferred) - Warning: 20 states have shift/reduce conflicts. - Warning: 305 shift/reduce conflicts were arbitrarily resolved. - Warning: 234 end-of-stream conflicts were arbitrarily resolved. - EXTRACT STAGE 1 PLUGINS - DEPEND /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib - LAXCHECK Prims.fst - LAXCHECK FStar.NormSteps.fsti - LAXCHECK FStar.Pervasives.Native.fst - LAXCHECK FStar.Attributes.fsti - LAXCHECK FStar.NormSteps.fst - EXTRACT FStar.NormSteps.fst.checked.lax - LAXCHECK FStar.Pervasives.fsti - LAXCHECK FStar.Pervasives.fst - LAXCHECK FStar.Prelude.fsti - LAXCHECK FStar.Ghost.fsti - LAXCHECK FStar.Squash.fsti - LAXCHECK FStar.Classical.Sugar.fsti - LAXCHECK FStar.Mul.fst - LAXCHECK FStar.Classical.fsti - LAXCHECK FStar.Preorder.fst - LAXCHECK FStar.Sealed.fsti - LAXCHECK FStar.Monotonic.Pure.fst - LAXCHECK FStar.Float.fsti - LAXCHECK FStar.Order.fst - LAXCHECK FStar.Stubs.VConfig.fsti - LAXCHECK FStar.Reflection.Const.fst - LAXCHECK FStar.Stubs.TypeChecker.Core.fsti - LAXCHECK FStar.FunctionalExtensionality.fsti - LAXCHECK FStar.Set.fsti - LAXCHECK FStar.PropositionalExtensionality.fst - LAXCHECK FStar.Exn.fst - LAXCHECK FStar.Tactics.V1.Logic.Lemmas.fsti - EXTRACT FStar.Mul.fst.checked.lax - LAXCHECK FStar.Math.Lib.fst - LAXCHECK FStar.Math.Lemmas.fsti - LAXCHECK FStar.Tactics.Canon.Lemmas.fsti - EXTRACT FStar.Preorder.fst.checked.lax - LAXCHECK FStar.Monotonic.Witnessed.fsti - EXTRACT FStar.PropositionalExtensionality.fst.checked.lax - LAXCHECK FStar.Range.fsti - LAXCHECK FStar.Sealed.Inhabited.fst - LAXCHECK FStar.Classical.Sugar.fst - LAXCHECK FStar.List.Tot.Base.fst - LAXCHECK FStar.Algebra.CommMonoid.Equiv.fst - EXTRACT FStar.Monotonic.Pure.fst.checked.lax - EXTRACT FStar.Order.fst.checked.lax - LAXCHECK FStar.ErasedLogic.fst - LAXCHECK FStar.IndefiniteDescription.fsti - LAXCHECK FStar.Calc.fsti - LAXCHECK FStar.Stubs.Reflection.Types.fsti - EXTRACT FStar.Sealed.Inhabited.fst.checked.lax - LAXCHECK FStar.Tactics.Canon.Lemmas.fst - LAXCHECK FStar.IndefiniteDescription.fst - LAXCHECK FStar.Squash.fst - EXTRACT FStar.Classical.Sugar.fst.checked.lax - LAXCHECK FStar.Classical.fst - LAXCHECK FStar.StrongExcludedMiddle.fst - EXTRACT FStar.Math.Lib.fst.checked.lax - LAXCHECK FStar.Stubs.Syntax.Syntax.fsti - EXTRACT FStar.Reflection.Const.fst.checked.lax - LAXCHECK FStar.Stubs.Tactics.Types.Reflection.fsti - EXTRACT FStar.ErasedLogic.fst.checked.lax - LAXCHECK FStar.Reflection.TermEq.Simple.fsti - LAXCHECK FStar.Set.fst - LAXCHECK FStar.Monotonic.Witnessed.fst - LAXCHECK FStar.PredicateExtensionality.fst - LAXCHECK FStar.TSet.fsti - LAXCHECK FStar.Tactics.V1.Logic.Lemmas.fst - LAXCHECK FStar.Calc.fst - EXTRACT FStar.StrongExcludedMiddle.fst.checked.lax - EXTRACT FStar.Algebra.CommMonoid.Equiv.fst.checked.lax - EXTRACT FStar.Squash.fst.checked.lax - EXTRACT FStar.IndefiniteDescription.fst.checked.lax - LAXCHECK FStar.Stubs.Reflection.V2.Data.fsti - EXTRACT FStar.Tactics.Canon.Lemmas.fst.checked.lax - EXTRACT FStar.Pervasives.fst.checked.lax - EXTRACT FStar.PredicateExtensionality.fst.checked.lax - LAXCHECK FStar.List.Tot.Properties.fsti - LAXCHECK FStar.Seq.Base.fsti - LAXCHECK FStar.Tactics.CanonCommSwaps.fst - LAXCHECK FStar.Math.Lemmas.fst - EXTRACT FStar.Tactics.V1.Logic.Lemmas.fst.checked.lax - LAXCHECK FStar.Monotonic.Heap.fsti - EXTRACT FStar.Calc.fst.checked.lax - EXTRACT FStar.Monotonic.Witnessed.fst.checked.lax - EXTRACT FStar.Set.fst.checked.lax - EXTRACT FStar.Classical.fst.checked.lax - LAXCHECK FStar.BitVector.fsti - EXTRACT FStar.Tactics.CanonCommSwaps.fst.checked.lax - LAXCHECK FStar.Stubs.Reflection.V2.Builtins.fsti - LAXCHECK FStar.Reflection.V2.Compare.fsti - LAXCHECK FStar.Reflection.V1.Compare.fsti - LAXCHECK FStar.Reflection.V2.Collect.fst - LAXCHECK FStar.Reflection.TermEq.fsti - LAXCHECK FStar.Stubs.Reflection.V1.Data.fsti - EXTRACT FStar.Reflection.V2.Collect.fst.checked.lax - LAXCHECK FStar.Heap.fst - LAXCHECK FStar.UInt.fsti - LAXCHECK FStar.List.Tot.Properties.fst - LAXCHECK FStar.List.Tot.fst - LAXCHECK FStar.Reflection.TermEq.Simple.fst - LAXCHECK FStar.ST.fst - LAXCHECK FStar.Seq.Base.fst - LAXCHECK FStar.Seq.Properties.fsti - LAXCHECK FStar.Reflection.V2.Derived.Lemmas.fst - LAXCHECK FStar.Reflection.V2.Derived.fst - LAXCHECK FStar.Reflection.TermEq.fst - EXTRACT FStar.Reflection.TermEq.Simple.fst.checked.lax - LAXCHECK FStar.Stubs.Reflection.V1.Builtins.fsti - EXTRACT FStar.Reflection.V2.Derived.fst.checked.lax - EXTRACT FStar.Reflection.V2.Derived.Lemmas.fst.checked.lax - LAXCHECK FStar.Reflection.V2.Compare.fst - LAXCHECK FStar.Reflection.V2.fst - LAXCHECK FStar.Reflection.V1.Derived.fst - LAXCHECK FStar.All.fsti - EXTRACT FStar.Reflection.V2.fst.checked.lax - LAXCHECK FStar.List.fst - EXTRACT FStar.Reflection.V1.Derived.fst.checked.lax - LAXCHECK FStar.Reflection.V1.Derived.Lemmas.fst - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - LAXCHECK FStar.UInt32.fsti - EXTRACT FStar.Reflection.V2.Compare.fst.checked.lax - EXTRACT FStar.Reflection.V1.Derived.Lemmas.fst.checked.lax - LAXCHECK FStar.Reflection.V1.fst - LAXCHECK FStar.BV.fsti - EXTRACT FStar.Reflection.V1.fst.checked.lax - LAXCHECK FStar.Char.fsti - EXTRACT FStar.Seq.Base.fst.checked.lax - LAXCHECK FStar.Pprint.fsti - LAXCHECK FStar.Tactics.BV.Lemmas.fsti - LAXCHECK FStar.Seq.Properties.fst - LAXCHECK FStar.Seq.fst - LAXCHECK FStar.Issue.fsti - LAXCHECK FStar.Stubs.Errors.Msg.fsti - EXTRACT FStar.Seq.fst.checked.lax - LAXCHECK FStar.BitVector.fst - LAXCHECK FStar.UInt.fst - LAXCHECK FStar.BV.fst - LAXCHECK FStar.Stubs.Tactics.Common.fsti - LAXCHECK FStar.Tactics.BV.Lemmas.fst - EXTRACT FStar.Math.Lemmas.fst.checked.lax - LAXCHECK FStar.Stubs.Tactics.Types.fsti - LAXCHECK FStar.Stubs.Tactics.Result.fsti - EXTRACT FStar.Tactics.BV.Lemmas.fst.checked.lax - EXTRACT FStar.BitVector.fst.checked.lax - LAXCHECK FStar.Tactics.Effect.fsti - EXTRACT FStar.BV.fst.checked.lax - LAXCHECK FStar.Tactics.Effect.fst - LAXCHECK FStar.Tactics.Util.fst - LAXCHECK FStar.Tactics.NamedView.fsti - LAXCHECK FStar.Stubs.Tactics.Unseal.fsti - LAXCHECK FStar.Tactics.Names.fsti - LAXCHECK FStar.Tactics.SMT.fsti - LAXCHECK FStar.Tactics.Print.fsti - LAXCHECK FStar.Tactics.MApply0.fsti - LAXCHECK FStar.Tactics.BV.fsti - LAXCHECK FStar.Tactics.Canon.fsti - LAXCHECK FStar.Tactics.Typeclasses.fsti - LAXCHECK FStar.Tactics.Parametricity.fsti - LAXCHECK FStar.Tactics.MkProjectors.fsti - LAXCHECK FStar.Stubs.Tactics.V2.Builtins.fsti - LAXCHECK FStar.Stubs.Tactics.V1.Builtins.fsti - EXTRACT FStar.Reflection.TermEq.fst.checked.lax - EXTRACT FStar.List.Tot.Properties.fst.checked.lax - EXTRACT FStar.Tactics.Effect.fst.checked.lax - LAXCHECK FStar.Tactics.V1.SyntaxHelpers.fst - LAXCHECK FStar.Reflection.V1.Formula.fst - LAXCHECK FStar.FunctionalExtensionality.fst - LAXCHECK FStar.Tactics.SMT.fst - EXTRACT FStar.Tactics.Util.fst.checked.lax - LAXCHECK FStar.Tactics.Visit.fst - LAXCHECK FStar.Tactics.NamedView.fst - LAXCHECK FStar.Tactics.V2.SyntaxCoercions.fst - LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fsti - LAXCHECK FStar.Reflection.V2.Formula.fst - EXTRACT FStar.Tactics.SMT.fst.checked.lax - EXTRACT FStar.Tactics.V2.SyntaxCoercions.fst.checked.lax - EXTRACT FStar.Tactics.V1.SyntaxHelpers.fst.checked.lax - LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fst - EXTRACT FStar.FunctionalExtensionality.fst.checked.lax - EXTRACT FStar.Tactics.Visit.fst.checked.lax - LAXCHECK FStar.Tactics.Names.fst - EXTRACT FStar.Tactics.Names.fst.checked.lax - EXTRACT FStar.Reflection.V1.Formula.fst.checked.lax - LAXCHECK FStar.Tactics.V1.Derived.fst - LAXCHECK FStar.Tactics.V1.Logic.fsti - EXTRACT FStar.Tactics.V2.SyntaxHelpers.fst.checked.lax - EXTRACT FStar.Reflection.V2.Formula.fst.checked.lax - LAXCHECK FStar.Tactics.V2.Derived.fst - LAXCHECK FStar.Tactics.V2.Logic.fsti - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fst(293,8-293,25): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51) - - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - EXTRACT FStar.UInt.fst.checked.lax - EXTRACT FStar.Tactics.NamedView.fst.checked.lax - EXTRACT FStar.Seq.Properties.fst.checked.lax - EXTRACT FStar.Tactics.V1.Derived.fst.checked.lax - LAXCHECK FStar.Tactics.V1.Logic.fst - EXTRACT FStar.Tactics.V2.Derived.fst.checked.lax - LAXCHECK FStar.Tactics.Print.fst - LAXCHECK FStar.Tactics.V2.Logic.fst - LAXCHECK FStar.Tactics.V2.Bare.fsti - LAXCHECK FStar.Tactics.MApply0.fst - LAXCHECK FStar.Tactics.Typeclasses.fst - LAXCHECK FStar.Tactics.MkProjectors.fst - LAXCHECK FStar.Reflection.V2.Arith.fst - LAXCHECK FStar.Tactics.TypeRepr.fsti - LAXCHECK FStar.Tactics.CheckLN.fsti - LAXCHECK FStar.Tactics.CanonCommMonoidSimple.Equiv.fst - LAXCHECK FStar.Tactics.Parametricity.fst - EXTRACT FStar.Tactics.MApply0.fst.checked.lax - EXTRACT FStar.Tactics.V1.Logic.fst.checked.lax - LAXCHECK FStar.Tactics.TypeRepr.fst - EXTRACT FStar.Tactics.Print.fst.checked.lax - LAXCHECK FStar.Tactics.CheckLN.fst - EXTRACT FStar.Tactics.MkProjectors.fst.checked.lax - EXTRACT FStar.Tactics.V2.Logic.fst.checked.lax - EXTRACT FStar.Tactics.CheckLN.fst.checked.lax - EXTRACT FStar.Tactics.TypeRepr.fst.checked.lax - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Reflection.V2.Arith.fst(116,20-116,31): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - EXTRACT FStar.Reflection.V2.Arith.fst.checked.lax - LAXCHECK FStar.Tactics.BV.fst - LAXCHECK FStar.Tactics.Canon.fst - EXTRACT FStar.Tactics.Typeclasses.fst.checked.lax - EXTRACT FStar.Tactics.CanonCommMonoidSimple.Equiv.fst.checked.lax - EXTRACT FStar.Tactics.Canon.fst.checked.lax - EXTRACT FStar.Tactics.BV.fst.checked.lax - EXTRACT FStar.Tactics.Parametricity.fst.checked.lax - BUILD STAGE 1 FSTARC - EXTRACT STAGE 2 FSTARC - DEPEND /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src - LAXCHECK Prims.fst - LAXCHECK FStar.NormSteps.fsti - LAXCHECK FStar.Pervasives.Native.fst - LAXCHECK FStar.Attributes.fsti - LAXCHECK FStar.Pervasives.fsti - LAXCHECK FStar.Pervasives.fst - LAXCHECK FStar.Prelude.fsti - LAXCHECK FStar.Classical.Sugar.fsti - LAXCHECK FStar.Ghost.fsti - LAXCHECK FStar.Classical.fsti - LAXCHECK FStar.Squash.fsti - LAXCHECK FStar.Sealed.fsti - LAXCHECK FStar.Float.fsti - LAXCHECK FStar.Mul.fst - LAXCHECK FStar.Monotonic.Pure.fst - LAXCHECK FStarC.Effect.fsti - LAXCHECK FStar.ImmutableArray.Base.fsti - LAXCHECK FStarC.Array.fsti - LAXCHECK FStarC.VConfig.fsti - LAXCHECK FStar.Exn.fst - LAXCHECK FStar.Set.fsti - LAXCHECK FStar.Preorder.fst - LAXCHECK FStarC.Errors.Codes.fsti - LAXCHECK FStarC.Sealed.fsti - LAXCHECK FStarC.NormSteps.fst - LAXCHECK FStar.Order.fst - LAXCHECK FStarC.Reflection.V2.Interpreter.fsti - LAXCHECK FStarC.Reflection.V1.Interpreter.fsti - LAXCHECK FStar.Math.Lemmas.fsti - LAXCHECK FStar.Range.fsti - LAXCHECK FStar.Monotonic.Witnessed.fsti - LAXCHECK FStarC.Sealed.fst - LAXCHECK FStarC.BigInt.fsti - LAXCHECK FStarC.Json.fsti - LAXCHECK FStarC.List.fsti - LAXCHECK FStarC.PSMap.fsti - LAXCHECK FStarC.Find.fsti - LAXCHECK FStarC.SMap.fsti - LAXCHECK FStarC.Filepath.fsti - LAXCHECK FStarC.Debug.fsti - LAXCHECK FStarC.Options.Ext.fsti - LAXCHECK FStarC.Order.fsti - LAXCHECK FStarC.GenSym.fsti - LAXCHECK FStarC.Thunk.fsti - LAXCHECK FStarC.Hash.fsti - LAXCHECK FStarC.Unionfind.fsti - LAXCHECK FStarC.Dyn.fsti - LAXCHECK FStarC.Option.fsti - LAXCHECK FStarC.Platform.Base.fsti - LAXCHECK FStarC.Profiling.fsti - LAXCHECK FStarC.Plugins.Base.fsti - LAXCHECK FStarC.Timing.fsti - LAXCHECK FStarC.PIMap.fsti - LAXCHECK FStarC.Misc.fsti - LAXCHECK FStarC.OCaml.fsti - LAXCHECK FStarC.Hints.fsti - LAXCHECK FStarC.Hooks.fsti - LAXCHECK FStarC.Interactive.Ide.fsti - LAXCHECK FStarC.Interactive.Legacy.fsti - LAXCHECK FStarC.Interactive.Lsp.fsti - LAXCHECK FStarC.Prettyprint.fsti - LAXCHECK FStar.List.Tot.Base.fst - LAXCHECK FStar.IndefiniteDescription.fsti - LAXCHECK FStar.Stubs.Reflection.Types.fsti - LAXCHECK FStarC.Common.fsti - LAXCHECK FStarC.VConfig.fst - LAXCHECK FStarC.Order.fst - LAXCHECK FStarC.GenSym.fst - LAXCHECK FStarC.Thunk.fst - LAXCHECK FStarC.Option.fst - LAXCHECK FStarC.Plugins.fsti - EXTRACT FStarC.Sealed.fst.checked.lax - EXTRACT FStarC.NormSteps.fst.checked.lax - LAXCHECK FStarC.Real.fsti - LAXCHECK FStar.StrongExcludedMiddle.fst - EXTRACT FStarC.Thunk.fst.checked.lax - EXTRACT FStarC.Option.fst.checked.lax - EXTRACT FStarC.GenSym.fst.checked.lax - LAXCHECK FStar.TSet.fsti - EXTRACT FStarC.Order.fst.checked.lax - EXTRACT FStarC.VConfig.fst.checked.lax - LAXCHECK FStar.Monotonic.Heap.fsti - LAXCHECK FStarC.Errors.Codes.fst - EXTRACT FStar.Pervasives.fst.checked.lax - LAXCHECK FStar.Seq.Base.fsti - LAXCHECK FStar.List.Tot.Properties.fsti - LAXCHECK FStar.BitVector.fsti - LAXCHECK FStar.UInt.fsti - LAXCHECK FStar.Heap.fst - LAXCHECK FStar.List.Tot.fst - LAXCHECK FStar.ST.fst - LAXCHECK FStar.Seq.Base.fst - LAXCHECK FStar.Seq.Properties.fsti - EXTRACT FStarC.Errors.Codes.fst.checked.lax - LAXCHECK FStar.All.fsti - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - LAXCHECK FStar.UInt32.fsti - LAXCHECK FStar.List.fst - LAXCHECK FStar.Char.fsti - LAXCHECK FStar.Pprint.fsti - LAXCHECK FStarC.BaseTypes.fsti - LAXCHECK FStarC.String.fsti - LAXCHECK FStar.String.fsti - LAXCHECK FStarC.Util.fsti - LAXCHECK FStarC.Getopt.fsti - LAXCHECK FStarC.Bytes.fsti - LAXCHECK FStar.Issue.fsti - LAXCHECK FStar.Stubs.Errors.Msg.fsti - EXTRACT FStar.Seq.Base.fst.checked.lax - LAXCHECK FStar.Stubs.Tactics.Common.fsti - LAXCHECK FStar.Seq.Properties.fst - LAXCHECK FStar.Stubs.Tactics.Types.fsti - LAXCHECK FStarC.Common.fst - LAXCHECK FStarC.Pprint.fsti - LAXCHECK FStarC.Debug.fst - LAXCHECK FStarC.StringBuffer.fsti - LAXCHECK FStarC.Misc.fst - LAXCHECK FStar.Stubs.Tactics.Result.fsti - LAXCHECK FStarC.Find.Z3.fsti - LAXCHECK FStar.Tactics.Effect.fsti - EXTRACT FStarC.Misc.fst.checked.lax - EXTRACT FStarC.Common.fst.checked.lax - EXTRACT FStarC.Debug.fst.checked.lax - LAXCHECK FStar.Tactics.Typeclasses.fsti - LAXCHECK FStarC.Class.Monad.fsti - LAXCHECK FStarC.Class.Show.fsti - LAXCHECK FStarC.Errors.Msg.fsti - LAXCHECK FStarC.Class.Deq.fsti - LAXCHECK FStarC.Class.Tagged.fsti - LAXCHECK FStarC.Class.Listlike.fsti - LAXCHECK FStarC.Class.Monoid.fsti - LAXCHECK FStarC.Class.Tagged.fst - LAXCHECK FStarC.Class.Show.fst - LAXCHECK FStarC.Find.fst - LAXCHECK FStarC.Options.Ext.fst - LAXCHECK FStarC.Options.fsti - LAXCHECK FStarC.Class.PP.fsti - LAXCHECK FStarC.Platform.fsti - LAXCHECK FStarC.Class.Monoid.fst - LAXCHECK FStarC.Errors.Msg.fst - LAXCHECK FStarC.Class.Deq.fst - LAXCHECK FStarC.Class.Ord.fsti - LAXCHECK FStarC.Path.fsti - LAXCHECK FStarC.Class.Monad.fst - LAXCHECK FStarC.Writer.fsti - LAXCHECK FStarC.Class.Listlike.fst - EXTRACT FStarC.Class.Tagged.fst.checked.lax - LAXCHECK FStarC.Platform.fst - LAXCHECK FStarC.OCaml.fst - LAXCHECK FStarC.Path.fst - LAXCHECK FStarC.Class.PP.fst - EXTRACT FStarC.Class.Monoid.fst.checked.lax - EXTRACT FStarC.Errors.Msg.fst.checked.lax - EXTRACT FStarC.Find.fst.checked.lax - LAXCHECK FStarC.Writer.fst - EXTRACT FStarC.Class.Show.fst.checked.lax - LAXCHECK FStarC.Class.Ord.fst - LAXCHECK FStarC.Range.Type.fsti - LAXCHECK FStarC.Class.Setlike.fsti - LAXCHECK FStarC.CList.fsti - LAXCHECK FStarC.Real.fst - LAXCHECK FStarC.Class.Hashable.fsti - EXTRACT FStarC.Options.Ext.fst.checked.lax - EXTRACT FStarC.Class.Monad.fst.checked.lax - EXTRACT FStarC.Class.Deq.fst.checked.lax - EXTRACT FStarC.OCaml.fst.checked.lax - EXTRACT FStarC.Class.Listlike.fst.checked.lax - EXTRACT FStarC.Platform.fst.checked.lax - EXTRACT FStarC.Path.fst.checked.lax - LAXCHECK FStarC.Range.Type.fst - LAXCHECK FStarC.Range.Ops.fsti - LAXCHECK FStarC.Class.HasRange.fsti - LAXCHECK FStarC.Options.fst - LAXCHECK FStarC.Profiling.fst - LAXCHECK FStarC.Find.Z3.fst - LAXCHECK FStarC.CList.fst - EXTRACT FStarC.Class.PP.fst.checked.lax - LAXCHECK FStarC.Class.Hashable.fst - EXTRACT FStarC.Writer.fst.checked.lax - EXTRACT FStarC.Real.fst.checked.lax - EXTRACT FStarC.Range.Type.fst.checked.lax - LAXCHECK FStarC.Range.Ops.fst - LAXCHECK FStarC.Range.fsti - EXTRACT FStarC.Find.Z3.fst.checked.lax - LAXCHECK FStarC.Ident.fsti - LAXCHECK FStarC.Class.Setlike.fst - LAXCHECK FStarC.FlatSet.fsti - LAXCHECK FStarC.RBSet.fsti - EXTRACT FStarC.Class.Hashable.fst.checked.lax - EXTRACT FStarC.CList.fst.checked.lax - EXTRACT FStarC.Profiling.fst.checked.lax - LAXCHECK FStarC.Class.HasRange.fst - LAXCHECK FStarC.Errors.fsti - LAXCHECK FStarC.RBSet.fst - LAXCHECK FStarC.FlatSet.fst - EXTRACT FStarC.Class.Ord.fst.checked.lax - LAXCHECK FStarC.Ident.fst - LAXCHECK FStarC.Parser.Const.Tuples.fsti - LAXCHECK FStarC.Const.fsti - LAXCHECK FStarC.Parser.Dep.fsti - LAXCHECK FStarC.Interactive.CompletionTable.fsti - EXTRACT FStarC.Range.Ops.fst.checked.lax - EXTRACT FStarC.Class.HasRange.fst.checked.lax - EXTRACT FStarC.Class.Setlike.fst.checked.lax - LAXCHECK FStarC.Const.fst - LAXCHECK FStarC.Syntax.Syntax.fsti - LAXCHECK FStarC.Extraction.ML.Syntax.fsti - LAXCHECK FStarC.Parser.Const.Tuples.fst - LAXCHECK FStarC.Parser.Const.fst - LAXCHECK FStarC.Interactive.CompletionTable.fst - EXTRACT FStarC.Ident.fst.checked.lax - EXTRACT FStarC.FlatSet.fst.checked.lax - LAXCHECK FStarC.Errors.fst - LAXCHECK FStarC.Plugins.fst - LAXCHECK FStarC.Interactive.JsonHelper.fsti - LAXCHECK FStarC.Dependencies.fsti - EXTRACT FStarC.RBSet.fst.checked.lax - EXTRACT FStar.Seq.Properties.fst.checked.lax - EXTRACT FStarC.Parser.Const.Tuples.fst.checked.lax - EXTRACT FStarC.Const.fst.checked.lax - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(85,16-85,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(86,16-86,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(87,16-87,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/basic/FStarC.Plugins.fst(88,16-88,17): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - EXTRACT FStarC.Plugins.fst.checked.lax - LAXCHECK FStarC.Dependencies.fst - EXTRACT FStarC.Parser.Const.fst.checked.lax - EXTRACT FStarC.Interactive.CompletionTable.fst.checked.lax - LAXCHECK FStarC.Extraction.ML.Syntax.fst - LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fsti - LAXCHECK FStarC.Extraction.ML.Code.fsti - LAXCHECK FStarC.Extraction.ML.PrintFS.fsti - LAXCHECK FStarC.Extraction.ML.PrintML.fsti - EXTRACT FStarC.Dependencies.fst.checked.lax - EXTRACT FStarC.Options.fst.checked.lax - LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fst - EXTRACT FStarC.Errors.fst.checked.lax - LAXCHECK FStarC.Extraction.ML.PrintFS.fst - EXTRACT FStarC.Extraction.ML.Syntax.fst.checked.lax - EXTRACT FStarC.Extraction.ML.RemoveUnusedParameters.fst.checked.lax - LAXCHECK FStarC.Syntax.Syntax.fst - LAXCHECK FStarC.Syntax.Unionfind.fsti - LAXCHECK FStarC.Syntax.Subst.fsti - LAXCHECK FStarC.Syntax.InstFV.fsti - LAXCHECK FStarC.Syntax.Free.fsti - LAXCHECK FStarC.Syntax.Print.Ugly.fsti - LAXCHECK FStarC.Parser.AST.fsti - LAXCHECK FStarC.Syntax.Formula.fsti - LAXCHECK FStarC.Syntax.MutRecTy.fsti - LAXCHECK FStarC.Syntax.VisitM.fsti - LAXCHECK FStarC.Syntax.Visit.fsti - LAXCHECK FStarC.Syntax.Embeddings.Base.fsti - LAXCHECK FStarC.Class.Binders.fsti - LAXCHECK FStarC.TypeChecker.Common.fsti - LAXCHECK FStarC.SMTEncoding.Term.fsti - LAXCHECK FStarC.Parser.Const.ExtractAs.fsti - LAXCHECK FStarC.Reflection.V2.Constants.fst - LAXCHECK FStarC.Reflection.V2.Data.fsti - LAXCHECK FStarC.Reflection.V1.Constants.fst - LAXCHECK FStarC.Tactics.Common.fsti - LAXCHECK FStarC.Syntax.Hash.fsti - LAXCHECK FStarC.Syntax.Compress.fsti - LAXCHECK FStarC.Syntax.TermHashTable.fsti - LAXCHECK FStarC.Reflection.V1.Data.fsti - LAXCHECK FStarC.Class.Binders.fst - LAXCHECK FStarC.Defensive.fsti - LAXCHECK FStarC.Tactics.Common.fst - LAXCHECK FStarC.Syntax.InstFV.fst - LAXCHECK FStarC.Syntax.Util.fsti - EXTRACT FStarC.Reflection.V1.Constants.fst.checked.lax - EXTRACT FStarC.Reflection.V2.Constants.fst.checked.lax - LAXCHECK FStarC.Syntax.Unionfind.fst - LAXCHECK FStarC.Syntax.Free.fst - LAXCHECK FStarC.Syntax.Subst.fst - LAXCHECK FStarC.Syntax.Hash.fst - LAXCHECK FStarC.Syntax.VisitM.fst - LAXCHECK FStarC.Syntax.Visit.fst - EXTRACT FStarC.Extraction.ML.PrintFS.fst.checked.lax - LAXCHECK FStarC.Syntax.Embeddings.fsti - LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fsti - LAXCHECK FStarC.Reflection.V1.Data.fst - EXTRACT FStarC.Tactics.Common.fst.checked.lax - LAXCHECK FStarC.Reflection.V2.Data.fst - EXTRACT FStarC.Class.Binders.fst.checked.lax - LAXCHECK FStarC.SMTEncoding.Term.fst - LAXCHECK FStarC.SMTEncoding.UnsatCore.fsti - LAXCHECK FStarC.SMTEncoding.Pruning.fsti - EXTRACT FStarC.Syntax.Visit.fst.checked.lax - EXTRACT FStarC.Syntax.InstFV.fst.checked.lax - LAXCHECK FStarC.Syntax.Util.fst - LAXCHECK FStarC.Syntax.Print.Ugly.fst - LAXCHECK FStarC.Syntax.MutRecTy.fst - LAXCHECK FStarC.Parser.Const.ExtractAs.fst - EXTRACT FStarC.Syntax.Unionfind.fst.checked.lax - EXTRACT FStarC.Syntax.Free.fst.checked.lax - LAXCHECK FStarC.SMTEncoding.Pruning.fst - LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fst - LAXCHECK FStarC.SMTEncoding.UnsatCore.fst - LAXCHECK FStarC.SMTEncoding.SolverState.fsti - EXTRACT FStarC.Syntax.Hash.fst.checked.lax - EXTRACT FStarC.Parser.Const.ExtractAs.fst.checked.lax - LAXCHECK FStarC.Parser.AST.fst - LAXCHECK FStarC.Parser.ToDocument.fsti - LAXCHECK FStarC.Syntax.DsEnv.fsti - LAXCHECK FStarC.Parser.AST.Util.fsti - EXTRACT FStarC.Syntax.MutRecTy.fst.checked.lax - EXTRACT FStarC.Reflection.V1.Data.fst.checked.lax - EXTRACT FStarC.Syntax.Subst.fst.checked.lax - EXTRACT FStarC.Reflection.V2.Data.fst.checked.lax - EXTRACT FStarC.SMTEncoding.UnsatCore.fst.checked.lax - LAXCHECK FStarC.Parser.ToDocument.fst - EXTRACT FStarC.Syntax.Print.Ugly.fst.checked.lax - LAXCHECK FStarC.Parser.AST.Util.fst - LAXCHECK FStarC.Parser.ParseIt.fsti - EXTRACT FStarC.Syntax.Embeddings.AppEmb.fst.checked.lax - LAXCHECK FStarC.Syntax.DsEnv.fst - LAXCHECK FStarC.Syntax.Resugar.fsti - LAXCHECK FStarC.Syntax.Print.Pretty.fsti - LAXCHECK FStarC.Syntax.Print.fsti - LAXCHECK FStarC.ToSyntax.ToSyntax.fsti - LAXCHECK FStarC.TypeChecker.Env.fsti - LAXCHECK FStarC.ToSyntax.Interleave.fsti - LAXCHECK FStarC.SMTEncoding.Z3.fsti - EXTRACT FStarC.SMTEncoding.Pruning.fst.checked.lax - EXTRACT FStarC.Syntax.VisitM.fst.checked.lax - LAXCHECK FStarC.Parser.Driver.fsti - LAXCHECK FStarC.ToSyntax.Interleave.fst - LAXCHECK FStarC.Syntax.Formula.fst - LAXCHECK FStarC.Syntax.Embeddings.Base.fst - LAXCHECK FStarC.Syntax.Embeddings.fst - LAXCHECK FStarC.Defensive.fst - LAXCHECK FStarC.TypeChecker.Common.fst - LAXCHECK FStarC.Syntax.Compress.fst - LAXCHECK FStarC.Syntax.Resugar.fst - LAXCHECK FStarC.Syntax.Print.Pretty.fst - LAXCHECK FStarC.Syntax.Print.fst - LAXCHECK FStarC.ToSyntax.ToSyntax.fst - EXTRACT FStarC.Syntax.Util.fst.checked.lax - EXTRACT FStarC.SMTEncoding.Term.fst.checked.lax - LAXCHECK FStarC.Parser.Driver.fst - LAXCHECK FStarC.Parser.Dep.fst - LAXCHECK FStarC.Prettyprint.fst - EXTRACT FStarC.Parser.AST.Util.fst.checked.lax - EXTRACT FStarC.Syntax.Syntax.fst.checked.lax - EXTRACT FStarC.Syntax.Compress.fst.checked.lax - EXTRACT FStarC.Defensive.fst.checked.lax - EXTRACT FStarC.Syntax.Print.Pretty.fst.checked.lax - LAXCHECK FStarC.SMTEncoding.Z3.fst - EXTRACT FStarC.ToSyntax.Interleave.fst.checked.lax - EXTRACT FStarC.Parser.Driver.fst.checked.lax - EXTRACT FStarC.Syntax.Embeddings.Base.fst.checked.lax - EXTRACT FStarC.TypeChecker.Common.fst.checked.lax - EXTRACT FStarC.Prettyprint.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Env.fst - LAXCHECK FStarC.SMTEncoding.SolverState.fst - LAXCHECK FStarC.SMTEncoding.Util.fsti - LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.fsti - LAXCHECK FStarC.TypeChecker.Err.fsti - LAXCHECK FStarC.TypeChecker.PatternUtils.fsti - LAXCHECK FStarC.TypeChecker.DeferredImplicits.fsti - LAXCHECK FStarC.TypeChecker.Rel.fsti - LAXCHECK FStarC.TypeChecker.Util.fsti - LAXCHECK FStarC.Reflection.V2.Builtins.fsti - LAXCHECK FStarC.Reflection.V2.Embeddings.fsti - LAXCHECK FStarC.TypeChecker.Generalize.fsti - LAXCHECK FStarC.TypeChecker.Positivity.fsti - LAXCHECK FStarC.SMTEncoding.Solver.Cache.fsti - LAXCHECK FStarC.SMTEncoding.Solver.fsti - LAXCHECK FStarC.TypeChecker.Quals.fsti - LAXCHECK FStarC.TypeChecker.Core.fsti - LAXCHECK FStarC.TypeChecker.DMFF.fsti - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(733,8-733,14): - - Global binding - 'FStarC.Parser.ToDocument.p_decl' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(754,4-754,13): - - Global binding - 'FStarC.Parser.ToDocument.p_justSig' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(1093,4-1093,24): - - Global binding - 'FStarC.Parser.ToDocument.p_disjunctivePattern' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(1731,4-1731,21): - - Global binding - 'FStarC.Parser.ToDocument.p_maybeFocusArrow' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.ToDocument.fst(1995,4-1995,12): - - Global binding - 'FStarC.Parser.ToDocument.p_tmNoEq' - is recursive but not used in its body - - LAXCHECK FStarC.TypeChecker.TcEffect.fsti - LAXCHECK FStarC.TypeChecker.Tc.fsti - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/parser/FStarC.Parser.AST.fst(771,8-771,22): - - Global binding - 'FStarC.Parser.AST.decl_to_string' - is recursive but not used in its body - - LAXCHECK FStarC.Extraction.ML.UEnv.fsti - LAXCHECK FStarC.Tactics.Hooks.fsti - LAXCHECK FStarC.Reflection.V1.Builtins.fsti - LAXCHECK FStarC.Reflection.V1.Embeddings.fsti - LAXCHECK FStarC.Interactive.JsonHelper.fst - EXTRACT FStarC.Parser.AST.fst.checked.lax - EXTRACT FStarC.Parser.ToDocument.fst.checked.lax - EXTRACT FStarC.Syntax.Print.fst.checked.lax - EXTRACT FStarC.Syntax.Formula.fst.checked.lax - LAXCHECK FStarC.TypeChecker.PatternUtils.fst - LAXCHECK FStarC.SMTEncoding.Util.fst - LAXCHECK FStarC.SMTEncoding.ErrorReporting.fsti - LAXCHECK FStarC.SMTEncoding.Env.fst - LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.fst - LAXCHECK FStarC.TypeChecker.NBETerm.fsti - LAXCHECK FStarC.TypeChecker.DeferredImplicits.fst - EXTRACT FStarC.Syntax.Resugar.fst.checked.lax - LAXCHECK FStarC.SMTEncoding.Solver.Cache.fst - LAXCHECK FStarC.Reflection.V2.Embeddings.fst - EXTRACT FStarC.Parser.Dep.fst.checked.lax - EXTRACT FStarC.Syntax.DsEnv.fst.checked.lax - LAXCHECK FStarC.Extraction.ML.UEnv.fst - LAXCHECK FStarC.Extraction.ML.Util.fsti - LAXCHECK FStarC.Extraction.ML.Term.fsti - LAXCHECK FStarC.Extraction.ML.RegEmb.fsti - LAXCHECK FStarC.Extraction.ML.Modul.fsti - LAXCHECK FStarC.Extraction.Krml.fsti - LAXCHECK FStarC.Tactics.Types.Reflection.fsti - EXTRACT FStarC.SMTEncoding.SolverState.fst.checked.lax - LAXCHECK FStarC.TypeChecker.TcTerm.fsti - LAXCHECK FStarC.TypeChecker.TcInductive.fsti - EXTRACT FStarC.SMTEncoding.Z3.fst.checked.lax - EXTRACT FStarC.Syntax.Embeddings.fst.checked.lax - LAXCHECK FStarC.Reflection.V1.Embeddings.fst - EXTRACT FStarC.SMTEncoding.Util.fst.checked.lax - LAXCHECK FStarC.SMTEncoding.ErrorReporting.fst - EXTRACT FStarC.Interactive.JsonHelper.fst.checked.lax - LAXCHECK FStarC.Extraction.ML.Util.fst - LAXCHECK FStarC.Extraction.ML.Code.fst - EXTRACT FStarC.TypeChecker.PatternUtils.fst.checked.lax - LAXCHECK FStarC.TypeChecker.NBETerm.fst - LAXCHECK FStarC.TypeChecker.Primops.Base.fsti - LAXCHECK FStarC.MachineInts.fsti - LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fsti - LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fsti - LAXCHECK FStarC.Extraction.Krml.fst - EXTRACT FStarC.Extraction.ML.UEnv.fst.checked.lax - LAXCHECK FStarC.Tactics.Types.Reflection.fst - EXTRACT FStarC.TypeChecker.DeferredImplicits.fst.checked.lax - EXTRACT FStarC.SMTEncoding.Env.fst.checked.lax - LAXCHECK FStarC.SMTEncoding.EncodeTerm.fsti - LAXCHECK FStarC.SMTEncoding.Encode.fsti - LAXCHECK FStarC.CheckedFiles.fsti - EXTRACT FStarC.Extraction.ML.Util.fst.checked.lax - LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fst - LAXCHECK FStarC.TypeChecker.Primops.Base.fst - LAXCHECK FStarC.TypeChecker.Primops.Eq.fsti - LAXCHECK FStarC.TypeChecker.Primops.Real.fsti - LAXCHECK FStarC.TypeChecker.Primops.Range.fsti - LAXCHECK FStarC.TypeChecker.Primops.Errors.Msg.fsti - LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fsti - LAXCHECK FStarC.TypeChecker.Primops.Docs.fsti - LAXCHECK FStarC.TypeChecker.Primops.Erased.fsti - LAXCHECK FStarC.TypeChecker.Primops.Sealed.fsti - LAXCHECK FStarC.TypeChecker.Primops.Array.fsti - LAXCHECK FStarC.TypeChecker.Primops.Issue.fsti - LAXCHECK FStarC.TypeChecker.Primops.fsti - LAXCHECK FStarC.Tactics.V2.Primops.fsti - LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fst - LAXCHECK FStarC.Tactics.V1.Primops.fsti - EXTRACT FStarC.TypeChecker.TermEqAndSimplify.fst.checked.lax - LAXCHECK FStarC.MachineInts.fst - EXTRACT FStarC.SMTEncoding.Solver.Cache.fst.checked.lax - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Code.fst(789,12-789,17): - - Local binding 'p_sig' is recursive but not used in its body - - LAXCHECK FStarC.CheckedFiles.fst - LAXCHECK FStarC.Universal.fsti - EXTRACT FStarC.SMTEncoding.ErrorReporting.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Primops.Eq.fst - EXTRACT FStarC.Extraction.ML.Code.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Primops.Errors.Msg.fst - LAXCHECK FStarC.TypeChecker.Primops.Real.fst - LAXCHECK FStarC.TypeChecker.Cfg.fsti - LAXCHECK FStarC.Tactics.Types.fsti - EXTRACT FStarC.Tactics.Types.Reflection.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Primops.Docs.fst - LAXCHECK FStarC.TypeChecker.Primops.Issue.fst - EXTRACT FStarC.TypeChecker.Primops.Eq.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fst - EXTRACT FStarC.TypeChecker.Primops.Errors.Msg.fst.checked.lax - EXTRACT FStarC.TypeChecker.Primops.Real.fst.checked.lax - EXTRACT FStarC.MachineInts.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Primops.Array.fst - EXTRACT FStarC.CheckedFiles.fst.checked.lax - EXTRACT FStarC.TypeChecker.Env.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Primops.Sealed.fst - LAXCHECK FStarC.TypeChecker.Primops.Range.fst - LAXCHECK FStarC.TypeChecker.Primops.Erased.fst - LAXCHECK FStarC.TypeChecker.Primops.fst - EXTRACT FStarC.TypeChecker.Primops.Issue.fst.checked.lax - LAXCHECK FStarC.SMTEncoding.Solver.fst - LAXCHECK FStarC.Interactive.Ide.Types.fsti - EXTRACT FStarC.Reflection.V2.NBEEmbeddings.fst.checked.lax - EXTRACT FStarC.Reflection.V1.Embeddings.fst.checked.lax - EXTRACT FStarC.Reflection.V1.NBEEmbeddings.fst.checked.lax - EXTRACT FStarC.TypeChecker.NBETerm.fst.checked.lax - EXTRACT FStarC.TypeChecker.Primops.MachineInts.fst.checked.lax - EXTRACT FStarC.TypeChecker.Primops.Docs.fst.checked.lax - EXTRACT FStarC.Reflection.V2.Embeddings.fst.checked.lax - LAXCHECK FStarC.Tactics.Types.fst - LAXCHECK FStarC.Tactics.Printing.fsti - LAXCHECK FStarC.Tactics.Result.fsti - LAXCHECK FStarC.Tactics.Native.fsti - EXTRACT FStarC.TypeChecker.Primops.Array.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Cfg.fst - LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fsti - LAXCHECK FStarC.TypeChecker.Normalize.fsti - LAXCHECK FStarC.Reflection.V2.Interpreter.fst - LAXCHECK FStarC.Reflection.V1.Interpreter.fst - EXTRACT FStarC.TypeChecker.Primops.Range.fst.checked.lax - EXTRACT FStarC.TypeChecker.Primops.Sealed.fst.checked.lax - EXTRACT FStarC.TypeChecker.Primops.Erased.fst.checked.lax - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(335,8-335,19): - - Global binding - 'FStarC.Extraction.Krml.decl_to_doc' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(679,8-679,37): - - Global binding - 'FStarC.Extraction.Krml.translate_type_without_decay'' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(782,4-782,19): - - Global binding - 'FStarC.Extraction.Krml.translate_type'' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.Krml.fst(799,4-799,19): - - Global binding - 'FStarC.Extraction.Krml.translate_expr'' - is recursive but not used in its body - - EXTRACT FStarC.TypeChecker.Primops.fst.checked.lax - EXTRACT FStarC.Extraction.Krml.fst.checked.lax - EXTRACT FStarC.TypeChecker.Primops.Base.fst.checked.lax - LAXCHECK FStarC.Tactics.Printing.fst - LAXCHECK FStarC.Tactics.Result.fst - LAXCHECK FStarC.Tactics.Embedding.fsti - LAXCHECK FStarC.Tactics.Monad.fsti - LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fst - EXTRACT FStarC.Tactics.Types.fst.checked.lax - LAXCHECK FStarC.TypeChecker.Normalize.fst - LAXCHECK FStarC.TypeChecker.Err.fst - LAXCHECK FStarC.TypeChecker.Rel.fst - LAXCHECK FStarC.TypeChecker.Util.fst - LAXCHECK FStarC.Reflection.V2.Builtins.fst - LAXCHECK FStarC.SMTEncoding.EncodeTerm.fst - LAXCHECK FStarC.SMTEncoding.Encode.fst - LAXCHECK FStarC.TypeChecker.Generalize.fst - LAXCHECK FStarC.TypeChecker.Positivity.fst - LAXCHECK FStarC.TypeChecker.TcTerm.fst - LAXCHECK FStarC.TypeChecker.TcInductive.fst - LAXCHECK FStarC.TypeChecker.NBE.fsti - LAXCHECK FStarC.TypeChecker.Quals.fst - LAXCHECK FStarC.TypeChecker.Core.fst - LAXCHECK FStarC.TypeChecker.DMFF.fst - LAXCHECK FStarC.TypeChecker.TcEffect.fst - LAXCHECK FStarC.TypeChecker.Tc.fst - LAXCHECK FStarC.Extraction.ML.Term.fst - EXTRACT FStarC.Tactics.Result.fst.checked.lax - LAXCHECK FStarC.Extraction.ML.Modul.fst - LAXCHECK FStarC.Reflection.V1.Builtins.fst - LAXCHECK FStarC.Interactive.Ide.Types.fst - LAXCHECK FStarC.Interactive.PushHelper.fsti - LAXCHECK FStarC.Interactive.QueryHelper.fsti - LAXCHECK FStarC.Interactive.Incremental.fsti - LAXCHECK FStarC.Interactive.Legacy.fst - EXTRACT FStarC.Reflection.V1.Interpreter.fst.checked.lax - EXTRACT FStarC.Tactics.Printing.fst.checked.lax - LAXCHECK FStarC.TypeChecker.NBE.fst - EXTRACT FStarC.SMTEncoding.Solver.fst.checked.lax - LAXCHECK FStarC.Tactics.Embedding.fst - LAXCHECK FStarC.Tactics.Monad.fst - LAXCHECK FStarC.Tactics.InterpFuns.fsti - LAXCHECK FStarC.Tactics.CtrlRewrite.fsti - LAXCHECK FStarC.Tactics.Interpreter.fsti - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Quals.fst(142,12-142,13): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - LAXCHECK FStarC.Tactics.V2.Basic.fsti - LAXCHECK FStarC.Tactics.V1.Basic.fsti - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Err.fst(133,30-133,31): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - * Warning 337 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Err.fst(142,29-142,30): - - The operator '@' has been resolved to FStar.List.Tot.append even though - FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop - relying on this deprecated, special treatment of '@'. - - EXTRACT FStarC.Reflection.V2.Interpreter.fst.checked.lax - EXTRACT FStarC.TypeChecker.Cfg.fst.checked.lax - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/tosyntax/FStarC.ToSyntax.ToSyntax.fst(718,13-718,47): - - Effectful argument let _ = FStarC.Ident.string_of_id op_plus in - _ = "+" (FStarC.Effect.ALL) to erased function assert, consider let binding it - - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/tosyntax/FStarC.ToSyntax.ToSyntax.fst(736,19-736,56): - - Effectful argument let _ = FStarC.Ident.string_of_lid max_lid in - _ = "max" (FStarC.Effect.ALL) to erased function assert, consider let binding it - - EXTRACT FStarC.TypeChecker.Normalize.Unfolding.fst.checked.lax - EXTRACT FStarC.TypeChecker.Err.fst.checked.lax - EXTRACT FStarC.Reflection.V2.Builtins.fst.checked.lax - EXTRACT FStarC.TypeChecker.Quals.fst.checked.lax - LAXCHECK FStarC.Interactive.PushHelper.fst - EXTRACT FStarC.ToSyntax.ToSyntax.fst.checked.lax - EXTRACT FStarC.Reflection.V1.Builtins.fst.checked.lax - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/typechecker/FStarC.TypeChecker.Generalize.fst(265,9-265,58): - - Effectful argument FStarC.List.for_all (fun _ -> - (let l, _, _ = _ in - FStarC.Util.is_right l) - <: - Prims.bool) - lecs (FStarC.Effect.ALL) to erased function assert, consider let binding it - - LAXCHECK FStarC.Interactive.QueryHelper.fst - LAXCHECK FStarC.Interactive.Lsp.fst - EXTRACT FStarC.TypeChecker.Generalize.fst.checked.lax - EXTRACT FStarC.TypeChecker.Positivity.fst.checked.lax - LAXCHECK FStarC.Interactive.Incremental.fst - LAXCHECK FStarC.Interactive.Ide.fst - EXTRACT FStarC.Tactics.Embedding.fst.checked.lax - LAXCHECK FStarC.Tactics.InterpFuns.fst - LAXCHECK FStarC.Extraction.ML.RegEmb.fst - LAXCHECK FStarC.Tactics.CtrlRewrite.fst - LAXCHECK FStarC.Tactics.Interpreter.fst - LAXCHECK FStarC.Universal.fst - LAXCHECK FStarC.Tactics.V1.Basic.fst - LAXCHECK FStarC.Tactics.V1.Primops.fst - LAXCHECK FStarC.Hooks.fst - EXTRACT FStarC.Interactive.Ide.Types.fst.checked.lax - EXTRACT FStarC.Interactive.Legacy.fst.checked.lax - LAXCHECK FStarC.Main.fst - EXTRACT FStarC.TypeChecker.TcInductive.fst.checked.lax - EXTRACT FStarC.TypeChecker.NBE.fst.checked.lax - EXTRACT FStarC.Tactics.Monad.fst.checked.lax - LAXCHECK FStarC.Tactics.V2.Basic.fst - LAXCHECK FStarC.Tactics.Hooks.fst - LAXCHECK FStarC.Tactics.V2.Primops.fst - EXTRACT FStarC.Interactive.Lsp.fst.checked.lax - EXTRACT FStarC.TypeChecker.Core.fst.checked.lax - EXTRACT FStarC.TypeChecker.DMFF.fst.checked.lax - EXTRACT FStarC.Extraction.ML.Modul.fst.checked.lax - EXTRACT FStarC.Interactive.QueryHelper.fst.checked.lax - EXTRACT FStarC.SMTEncoding.EncodeTerm.fst.checked.lax - EXTRACT FStarC.Interactive.PushHelper.fst.checked.lax - EXTRACT FStarC.Tactics.CtrlRewrite.fst.checked.lax - EXTRACT FStarC.Extraction.ML.RegEmb.fst.checked.lax - EXTRACT FStarC.Hooks.fst.checked.lax - EXTRACT FStarC.Tactics.Interpreter.fst.checked.lax - EXTRACT FStarC.Interactive.Incremental.fst.checked.lax - EXTRACT FStarC.TypeChecker.Tc.fst.checked.lax - * Warning 319 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/interactive/FStarC.Interactive.Ide.fst(152,13-152,53): - - Effectful argument let _ = - let _ = - let _ = - let _ = !FStarC.Interactive.PushHelper.repl_stack in - FStarC.List.hd _ - in - FStar.Pervasives.Native.snd _ - in - FStar.Pervasives.Native.fst _ - in - task = _ (FStarC.Effect.ALL) to erased function assert, consider let binding it - - EXTRACT FStarC.Interactive.Ide.fst.checked.lax - EXTRACT FStarC.SMTEncoding.Encode.fst.checked.lax - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Term.fst(709,8-709,31): - - Global binding - 'FStarC.Extraction.ML.Term.translate_term_to_mlty'' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Term.fst(1335,4-1335,20): - - Global binding - 'FStarC.Extraction.ML.Term.extract_lb_iface' - is recursive but not used in its body - - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/src/extraction/FStarC.Extraction.ML.Term.fst(1381,4-1381,19): - - Global binding - 'FStarC.Extraction.ML.Term.term_as_mlexpr'' - is recursive but not used in its body - - EXTRACT FStarC.Extraction.ML.Term.fst.checked.lax - EXTRACT FStarC.Main.fst.checked.lax - EXTRACT FStarC.Universal.fst.checked.lax - EXTRACT FStarC.Tactics.V1.Primops.fst.checked.lax - EXTRACT FStarC.TypeChecker.Util.fst.checked.lax - EXTRACT FStarC.TypeChecker.TcEffect.fst.checked.lax - EXTRACT FStarC.Tactics.Hooks.fst.checked.lax - EXTRACT FStarC.TypeChecker.Normalize.fst.checked.lax - EXTRACT FStarC.Tactics.V1.Basic.fst.checked.lax - EXTRACT FStarC.Tactics.InterpFuns.fst.checked.lax - EXTRACT FStarC.Tactics.V2.Primops.fst.checked.lax - EXTRACT FStarC.Tactics.V2.Basic.fst.checked.lax - EXTRACT FStarC.TypeChecker.TcTerm.fst.checked.lax - EXTRACT FStarC.TypeChecker.Rel.fst.checked.lax - BUILD STAGE 2 FSTARC-BARE - (cd _build/.sandbox/bfe5a4a6c5800e3f8b21dc2b95a25dfe/default && /home/opam/.opam/5.3-opam/bin/menhir fstar-guts/FStarC_Parser_Parse.mly --base fstar-guts/FStarC_Parser_Parse --infer-write-query fstar-guts/FStarC_Parser_Parse__mock.ml.mock) - File "fstar-guts/FStarC_Parser_Parse.mly", line 129, characters 60-70: - Warning: the token LBRACK_BAR is unused. - File "fstar-guts/FStarC_Parser_Parse.mly", line 327, characters 0-15: - Warning: symbol decoratableDecl is unreachable from any of the start symbol(s). - File "fstar-guts/FStarC_Parser_Parse.mly", line 310, characters 0-16: - Warning: symbol noDecorationDecl is unreachable from any of the start symbol(s). - (cd _build/.sandbox/f75ed74ff3c6ee302ccc434d787b7ef0/default && /home/opam/.opam/5.3-opam/bin/menhir fstar-guts/FStarC_Parser_Parse.mly --base fstar-guts/FStarC_Parser_Parse --infer-read-reply fstar-guts/FStarC_Parser_Parse__mock.mli.inferred) - Warning: 20 states have shift/reduce conflicts. - Warning: 305 shift/reduce conflicts were arbitrarily resolved. - Warning: 234 end-of-stream conflicts were arbitrarily resolved. - EXTRACT STAGE 2 PLUGINS - DEPEND /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib - LAXCHECK Prims.fst - LAXCHECK FStar.NormSteps.fsti - LAXCHECK FStar.Pervasives.Native.fst - LAXCHECK FStar.Attributes.fsti - LAXCHECK FStar.NormSteps.fst - EXTRACT FStar.NormSteps.fst.checked.lax - LAXCHECK FStar.Pervasives.fsti - LAXCHECK FStar.Pervasives.fst - LAXCHECK FStar.Prelude.fsti - LAXCHECK FStar.Ghost.fsti - LAXCHECK FStar.Squash.fsti - LAXCHECK FStar.Classical.Sugar.fsti - LAXCHECK FStar.Mul.fst - LAXCHECK FStar.Classical.fsti - LAXCHECK FStar.Preorder.fst - LAXCHECK FStar.Sealed.fsti - LAXCHECK FStar.Monotonic.Pure.fst - LAXCHECK FStar.Float.fsti - LAXCHECK FStar.Order.fst - LAXCHECK FStar.Stubs.VConfig.fsti - LAXCHECK FStar.Reflection.Const.fst - LAXCHECK FStar.Stubs.TypeChecker.Core.fsti - LAXCHECK FStar.FunctionalExtensionality.fsti - LAXCHECK FStar.Set.fsti - LAXCHECK FStar.PropositionalExtensionality.fst - LAXCHECK FStar.Exn.fst - LAXCHECK FStar.Tactics.V1.Logic.Lemmas.fsti - EXTRACT FStar.Mul.fst.checked.lax - LAXCHECK FStar.Math.Lib.fst - LAXCHECK FStar.Math.Lemmas.fsti - LAXCHECK FStar.Tactics.Canon.Lemmas.fsti - LAXCHECK FStar.Range.fsti - LAXCHECK FStar.Sealed.Inhabited.fst - EXTRACT FStar.Preorder.fst.checked.lax - LAXCHECK FStar.Monotonic.Witnessed.fsti - EXTRACT FStar.Monotonic.Pure.fst.checked.lax - LAXCHECK FStar.Classical.Sugar.fst - LAXCHECK FStar.List.Tot.Base.fst - EXTRACT FStar.PropositionalExtensionality.fst.checked.lax - LAXCHECK FStar.Algebra.CommMonoid.Equiv.fst - EXTRACT FStar.Order.fst.checked.lax - LAXCHECK FStar.IndefiniteDescription.fsti - LAXCHECK FStar.ErasedLogic.fst - LAXCHECK FStar.Calc.fsti - LAXCHECK FStar.Stubs.Reflection.Types.fsti - EXTRACT FStar.Sealed.Inhabited.fst.checked.lax - LAXCHECK FStar.Tactics.Canon.Lemmas.fst - LAXCHECK FStar.Classical.fst - EXTRACT FStar.Reflection.Const.fst.checked.lax - LAXCHECK FStar.Monotonic.Witnessed.fst - LAXCHECK FStar.IndefiniteDescription.fst - LAXCHECK FStar.Squash.fst - LAXCHECK FStar.StrongExcludedMiddle.fst - LAXCHECK FStar.Tactics.V1.Logic.Lemmas.fst - EXTRACT FStar.ErasedLogic.fst.checked.lax - LAXCHECK FStar.Stubs.Syntax.Syntax.fsti - LAXCHECK FStar.Stubs.Tactics.Types.Reflection.fsti - LAXCHECK FStar.Reflection.TermEq.Simple.fsti - LAXCHECK FStar.Calc.fst - EXTRACT FStar.Math.Lib.fst.checked.lax - EXTRACT FStar.Classical.Sugar.fst.checked.lax - EXTRACT FStar.Tactics.Canon.Lemmas.fst.checked.lax - EXTRACT FStar.StrongExcludedMiddle.fst.checked.lax - EXTRACT FStar.Squash.fst.checked.lax - LAXCHECK FStar.PredicateExtensionality.fst - LAXCHECK FStar.Set.fst - LAXCHECK FStar.TSet.fsti - EXTRACT FStar.IndefiniteDescription.fst.checked.lax - LAXCHECK FStar.Stubs.Reflection.V2.Data.fsti - EXTRACT FStar.Algebra.CommMonoid.Equiv.fst.checked.lax - EXTRACT FStar.Tactics.V1.Logic.Lemmas.fst.checked.lax - EXTRACT FStar.Pervasives.fst.checked.lax - LAXCHECK FStar.Math.Lemmas.fst - EXTRACT FStar.Monotonic.Witnessed.fst.checked.lax - EXTRACT FStar.Calc.fst.checked.lax - EXTRACT FStar.PredicateExtensionality.fst.checked.lax - EXTRACT FStar.Classical.fst.checked.lax - LAXCHECK FStar.Monotonic.Heap.fsti - EXTRACT FStar.Set.fst.checked.lax - LAXCHECK FStar.List.Tot.Properties.fsti - LAXCHECK FStar.Seq.Base.fsti - LAXCHECK FStar.Tactics.CanonCommSwaps.fst - LAXCHECK FStar.Stubs.Reflection.V2.Builtins.fsti - LAXCHECK FStar.Reflection.V2.Compare.fsti - LAXCHECK FStar.Reflection.V1.Compare.fsti - LAXCHECK FStar.Reflection.V2.Collect.fst - LAXCHECK FStar.Reflection.TermEq.fsti - LAXCHECK FStar.Stubs.Reflection.V1.Data.fsti - EXTRACT FStar.Tactics.CanonCommSwaps.fst.checked.lax - LAXCHECK FStar.BitVector.fsti - EXTRACT FStar.Reflection.V2.Collect.fst.checked.lax - LAXCHECK FStar.Reflection.TermEq.Simple.fst - LAXCHECK FStar.List.Tot.Properties.fst - LAXCHECK FStar.List.Tot.fst - LAXCHECK FStar.UInt.fsti - LAXCHECK FStar.Seq.Base.fst - LAXCHECK FStar.Seq.Properties.fsti - LAXCHECK FStar.Reflection.V2.Derived.Lemmas.fst - LAXCHECK FStar.Reflection.V2.Derived.fst - LAXCHECK FStar.Reflection.TermEq.fst - LAXCHECK FStar.Heap.fst - EXTRACT FStar.Reflection.TermEq.Simple.fst.checked.lax - LAXCHECK FStar.Stubs.Reflection.V1.Builtins.fsti - EXTRACT FStar.Reflection.V2.Derived.fst.checked.lax - EXTRACT FStar.Reflection.V2.Derived.Lemmas.fst.checked.lax - LAXCHECK FStar.Reflection.V2.Compare.fst - LAXCHECK FStar.Reflection.V2.fst - LAXCHECK FStar.Reflection.V1.Derived.fst - LAXCHECK FStar.ST.fst - EXTRACT FStar.Reflection.V2.fst.checked.lax - EXTRACT FStar.Reflection.V1.Derived.fst.checked.lax - LAXCHECK FStar.Reflection.V1.Derived.Lemmas.fst - LAXCHECK FStar.All.fsti - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - LAXCHECK FStar.UInt32.fsti - EXTRACT FStar.Reflection.V2.Compare.fst.checked.lax - EXTRACT FStar.Reflection.V1.Derived.Lemmas.fst.checked.lax - LAXCHECK FStar.Reflection.V1.fst - LAXCHECK FStar.List.fst - EXTRACT FStar.Reflection.V1.fst.checked.lax - EXTRACT FStar.Math.Lemmas.fst.checked.lax - EXTRACT FStar.Seq.Base.fst.checked.lax - LAXCHECK FStar.Char.fsti - LAXCHECK FStar.BV.fsti - LAXCHECK FStar.Pprint.fsti - LAXCHECK FStar.Issue.fsti - LAXCHECK FStar.Stubs.Errors.Msg.fsti - LAXCHECK FStar.Seq.Properties.fst - LAXCHECK FStar.Seq.fst - LAXCHECK FStar.Stubs.Tactics.Common.fsti - LAXCHECK FStar.Tactics.BV.Lemmas.fsti - LAXCHECK FStar.Stubs.Tactics.Types.fsti - EXTRACT FStar.Seq.fst.checked.lax - LAXCHECK FStar.BitVector.fst - LAXCHECK FStar.UInt.fst - LAXCHECK FStar.BV.fst - LAXCHECK FStar.Stubs.Tactics.Result.fsti - LAXCHECK FStar.Tactics.BV.Lemmas.fst - EXTRACT FStar.List.Tot.Properties.fst.checked.lax - LAXCHECK FStar.Tactics.Effect.fsti - EXTRACT FStar.BitVector.fst.checked.lax - EXTRACT FStar.Tactics.BV.Lemmas.fst.checked.lax - EXTRACT FStar.Reflection.TermEq.fst.checked.lax - EXTRACT FStar.BV.fst.checked.lax - LAXCHECK FStar.Tactics.Effect.fst - LAXCHECK FStar.Tactics.Util.fst - LAXCHECK FStar.Tactics.NamedView.fsti - LAXCHECK FStar.Stubs.Tactics.Unseal.fsti - LAXCHECK FStar.Tactics.Names.fsti - LAXCHECK FStar.Tactics.SMT.fsti - LAXCHECK FStar.Tactics.Print.fsti - LAXCHECK FStar.Tactics.MApply0.fsti - LAXCHECK FStar.Tactics.BV.fsti - LAXCHECK FStar.Tactics.Canon.fsti - LAXCHECK FStar.Tactics.Typeclasses.fsti - LAXCHECK FStar.Tactics.MkProjectors.fsti - LAXCHECK FStar.Tactics.Parametricity.fsti - LAXCHECK FStar.Stubs.Tactics.V2.Builtins.fsti - LAXCHECK FStar.Stubs.Tactics.V1.Builtins.fsti - EXTRACT FStar.Tactics.Effect.fst.checked.lax - EXTRACT FStar.Tactics.Util.fst.checked.lax - LAXCHECK FStar.Tactics.Visit.fst - LAXCHECK FStar.Tactics.V1.SyntaxHelpers.fst - LAXCHECK FStar.Reflection.V1.Formula.fst - LAXCHECK FStar.FunctionalExtensionality.fst - LAXCHECK FStar.Tactics.SMT.fst - EXTRACT FStar.Tactics.V1.SyntaxHelpers.fst.checked.lax - EXTRACT FStar.Tactics.Visit.fst.checked.lax - LAXCHECK FStar.Tactics.NamedView.fst - LAXCHECK FStar.Tactics.Names.fst - LAXCHECK FStar.Tactics.V2.SyntaxCoercions.fst - LAXCHECK FStar.Reflection.V2.Formula.fst - LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fsti - EXTRACT FStar.Tactics.SMT.fst.checked.lax - EXTRACT FStar.FunctionalExtensionality.fst.checked.lax - EXTRACT FStar.Tactics.Names.fst.checked.lax - EXTRACT FStar.Tactics.V2.SyntaxCoercions.fst.checked.lax - LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fst - EXTRACT FStar.Reflection.V1.Formula.fst.checked.lax - LAXCHECK FStar.Tactics.V1.Derived.fst - LAXCHECK FStar.Tactics.V1.Logic.fsti - EXTRACT FStar.Tactics.V2.SyntaxHelpers.fst.checked.lax - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fst(293,8-293,25): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51) - - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - EXTRACT FStar.UInt.fst.checked.lax - EXTRACT FStar.Reflection.V2.Formula.fst.checked.lax - LAXCHECK FStar.Tactics.V2.Derived.fst - LAXCHECK FStar.Tactics.V2.Logic.fsti - EXTRACT FStar.Tactics.NamedView.fst.checked.lax - EXTRACT FStar.Seq.Properties.fst.checked.lax - EXTRACT FStar.Tactics.V1.Derived.fst.checked.lax - LAXCHECK FStar.Tactics.V1.Logic.fst - EXTRACT FStar.Tactics.V2.Derived.fst.checked.lax - LAXCHECK FStar.Tactics.Print.fst - LAXCHECK FStar.Tactics.V2.Logic.fst - LAXCHECK FStar.Tactics.V2.Bare.fsti - LAXCHECK FStar.Tactics.MApply0.fst - LAXCHECK FStar.Tactics.Typeclasses.fst - LAXCHECK FStar.Tactics.MkProjectors.fst - EXTRACT FStar.Tactics.MApply0.fst.checked.lax - LAXCHECK FStar.Reflection.V2.Arith.fst - LAXCHECK FStar.Tactics.TypeRepr.fsti - LAXCHECK FStar.Tactics.CheckLN.fsti - LAXCHECK FStar.Tactics.CanonCommMonoidSimple.Equiv.fst - LAXCHECK FStar.Tactics.Parametricity.fst - EXTRACT FStar.Tactics.V1.Logic.fst.checked.lax - LAXCHECK FStar.Tactics.TypeRepr.fst - LAXCHECK FStar.Tactics.CheckLN.fst - EXTRACT FStar.Tactics.Print.fst.checked.lax - EXTRACT FStar.Tactics.V2.Logic.fst.checked.lax - EXTRACT FStar.Tactics.MkProjectors.fst.checked.lax - EXTRACT FStar.Tactics.CheckLN.fst.checked.lax - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Reflection.V2.Arith.fst(116,20-116,31): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - EXTRACT FStar.Reflection.V2.Arith.fst.checked.lax - LAXCHECK FStar.Tactics.BV.fst - LAXCHECK FStar.Tactics.Canon.fst - EXTRACT FStar.Tactics.Typeclasses.fst.checked.lax - EXTRACT FStar.Tactics.TypeRepr.fst.checked.lax - EXTRACT FStar.Tactics.CanonCommMonoidSimple.Equiv.fst.checked.lax - EXTRACT FStar.Tactics.Parametricity.fst.checked.lax - EXTRACT FStar.Tactics.Canon.fst.checked.lax - EXTRACT FStar.Tactics.BV.fst.checked.lax - BUILD STAGE 2 FSTARC - EXTRACT STAGE 2 LIB - DEPEND /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib - CHECK Prims.fst - CHECK FStar.NormSteps.fsti - CHECK FStar.Pervasives.Native.fst - CHECK FStar.Attributes.fsti - CHECK FStar.NormSteps.fst - EXTRACT FStar.NormSteps.fst.checked - CHECK FStar.Pervasives.fsti - CHECK FStar.Pervasives.fst - CHECK FStar.Prelude.fsti - CHECK FStar.Mul.fst - CHECK FStar.Ghost.fsti - CHECK FStar.Squash.fsti - CHECK FStar.Classical.fsti - CHECK FStar.Classical.Sugar.fsti - CHECK FStar.Preorder.fst - CHECK FStar.Sealed.fsti - CHECK FStar.Monotonic.Pure.fst - CHECK FStar.Order.fst - CHECK FStar.PropositionalExtensionality.fst - CHECK FStar.FunctionalExtensionality.fsti - CHECK FStar.Float.fsti - CHECK FStar.Stubs.TypeChecker.Core.fsti - CHECK FStar.Stubs.VConfig.fsti - CHECK FStar.Reflection.Const.fst - CHECK FStar.Tactics.V1.Logic.Lemmas.fsti - CHECK FStar.Set.fsti - CHECK FStar.Exn.fst - CHECK FStar.Universe.fsti - CHECK FStar.Functions.fsti - CHECK FStar.DependentMap.fsti - CHECK FStar.PartialMap.fsti - CHECK FStar.MarkovsPrinciple.fst - CHECK FStar.Sequence.Base.fsti - CHECK FStar.ReflexiveTransitiveClosure.fsti - CHECK FStar.Constructive.fst - CHECK FStar.RefinementExtensionality.fsti - CHECK FStar.Real.fsti - CHECK FStar.Parse.fst - CHECK FStar.Dyn.fsti - CHECK FStar.ImmutableArray.Base.fsti - CHECK FStar.Date.fsti - EXTRACT FStar.Mul.fst.checked - EXTRACT FStar.Preorder.fst.checked - CHECK FStar.Math.Lib.fst - CHECK FStar.Math.Lemmas.fsti - EXTRACT FStar.PropositionalExtensionality.fst.checked - CHECK FStar.Monotonic.Witnessed.fsti - EXTRACT FStar.MarkovsPrinciple.fst.checked - CHECK FStar.Algebra.CommMonoid.fst - CHECK FStar.Math.Euclid.fsti - CHECK FStar.Tactics.Canon.Lemmas.fsti - CHECK FStar.Witnessed.Core.fsti - EXTRACT FStar.Monotonic.Pure.fst.checked - CHECK FStar.Universe.fst - EXTRACT FStar.Parse.fst.checked - CHECK FStar.Dyn.fst - CHECK FStar.Range.fsti - EXTRACT FStar.Order.fst.checked - CHECK FStar.Sealed.Inhabited.fst - CHECK FStar.Algebra.CommMonoid.Equiv.fst - CHECK FStar.Cardinality.Cantor.fsti - CHECK FStar.Real.Old.fsti - CHECK FStar.IndefiniteDescription.fsti - CHECK FStar.Classical.Sugar.fst - CHECK FStar.List.Tot.Base.fst - CHECK FStar.IFC.fsti - CHECK FStar.ErasedLogic.fst - CHECK FStar.Ghost.fst - CHECK FStar.SquashProperties.fst - CHECK FStar.Witnessed.Core.fst - CHECK FStar.MSTTotal.fst - CHECK FStar.Calc.fsti - CHECK FStar.Stubs.Reflection.Types.fsti - CHECK FStar.PredicateExtensionality.fst - CHECK FStar.Monotonic.Witnessed.fst - CHECK FStar.PCM.fst - CHECK FStar.Cardinality.Universes.fsti - CHECK FStar.Cardinality.Cantor.fst - CHECK FStar.Algebra.Monoid.fst - CHECK FStar.Tactics.Canon.Lemmas.fst - CHECK FStar.Classical.fst - EXTRACT FStar.Universe.fst.checked - CHECK FStar.DependentMap.fst - CHECK FStar.IndefiniteDescription.fst - CHECK FStar.Squash.fst - CHECK FStar.StrongExcludedMiddle.fst - CHECK FStar.WellFounded.fst - CHECK FStar.PartialMap.fst - EXTRACT FStar.Algebra.CommMonoid.fst.checked - CHECK FStar.Tactics.V1.Logic.Lemmas.fst - EXTRACT FStar.ErasedLogic.fst.checked - CHECK FStar.Map.fsti - CHECK FStar.Set.fst - CHECK FStar.TSet.fsti - CHECK FStar.GSet.fsti - CHECK FStar.GhostSet.fsti - EXTRACT FStar.Witnessed.Core.fst.checked - EXTRACT FStar.Math.Lib.fst.checked - CHECK FStar.Stubs.Tactics.Types.Reflection.fsti - CHECK FStar.Stubs.Syntax.Syntax.fsti - CHECK FStar.Reflection.TermEq.Simple.fsti - CHECK FStar.ExtractAs.fst - CHECK FStar.Cardinality.Universes.fst - CHECK FStar.IFC.fst - CHECK FStar.Real.Old.fst - CHECK FStar.Math.Fermat.fsti - EXTRACT FStar.StrongExcludedMiddle.fst.checked - CHECK FStar.Calc.fst - CHECK FStar.Functions.fst - EXTRACT FStar.ExtractAs.fst.checked - EXTRACT FStar.Cardinality.Cantor.fst.checked - EXTRACT FStar.Classical.Sugar.fst.checked - EXTRACT FStar.SquashProperties.fst.checked - CHECK FStar.Stubs.Reflection.V2.Data.fsti - EXTRACT FStar.IndefiniteDescription.fst.checked - EXTRACT FStar.Squash.fst.checked - EXTRACT FStar.PredicateExtensionality.fst.checked - CHECK FStar.RefinementExtensionality.fst - EXTRACT FStar.Monotonic.Witnessed.fst.checked - EXTRACT FStar.Pervasives.fst.checked - EXTRACT FStar.Functions.fst.checked - EXTRACT FStar.Real.Old.fst.checked - CHECK FStar.GSet.fst - CHECK FStar.Map.fst - EXTRACT FStar.IFC.fst.checked - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.fst(122,0-131,33): - - Definitions of inner let-rec aux and its enclosing top-level letbinding are - not encoded to the solver, you will only be able to reason with their types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.fst(86,12-86,15) - - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.fst(122,0-131,33): - - Definitions of inner let-rec aux and its enclosing top-level letbinding are - not encoded to the solver, you will only be able to reason with their types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.fst(126,12-126,15) - - EXTRACT FStar.WellFounded.fst.checked - CHECK FStar.WellFounded.Util.fsti - CHECK FStar.LexicographicOrdering.fsti - CHECK FStar.WellFoundedRelation.fsti - CHECK FStar.NMSTTotal.fst - CHECK FStar.MST.fst - EXTRACT FStar.Cardinality.Universes.fst.checked - CHECK FStar.Monotonic.Heap.fsti - CHECK FStar.TSet.fst - CHECK FStar.GhostSet.fst - EXTRACT FStar.PartialMap.fst.checked - EXTRACT FStar.Set.fst.checked - EXTRACT FStar.Calc.fst.checked - CHECK FStar.Math.Lemmas.fst - EXTRACT FStar.Algebra.CommMonoid.Equiv.fst.checked - EXTRACT FStar.RefinementExtensionality.fst.checked - EXTRACT FStar.Algebra.Monoid.fst.checked - EXTRACT FStar.DependentMap.fst.checked - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.GSet.fst(23,4-23,7): - - Values of type `set` cannot be erased during extraction, but the - `must_erase_for_extraction` attribute claims that it can. - - Please remove the attribute. - - EXTRACT FStar.GSet.fst.checked - CHECK FStar.List.Tot.Properties.fsti - CHECK FStar.Seq.Base.fsti - CHECK FStar.BigOps.fsti - CHECK FStar.List.Pure.Base.fst - CHECK FStar.Tactics.CanonCommSwaps.fst - EXTRACT FStar.Classical.fst.checked - EXTRACT FStar.PCM.fst.checked - CHECK FStar.Universe.PCM.fst - CHECK FStar.Sequence.Util.fst - CHECK FStar.Sequence.Ambient.fst - CHECK FStar.Stubs.Reflection.V2.Builtins.fsti - CHECK FStar.Reflection.V2.Compare.fsti - EXTRACT FStar.List.Pure.Base.fst.checked - EXTRACT FStar.Sequence.Ambient.fst.checked - CHECK FStar.Sequence.fst - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.GhostSet.fst(23,4-23,7): - - Values of type `set` cannot be erased during extraction, but the - `must_erase_for_extraction` attribute claims that it can. - - Please remove the attribute. - - * Warning 330 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/experimental/FStar.MST.fst(222,43-222,55): - - Polymonadic binds ((DIV, MSTATE) |> MSTATE) in this case) is an experimental - feature;it is subject to some redesign in the future. Please keep us - informed (on github etc.) about how you are using it - - * Warning 352 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/experimental/FStar.MST.fst(247,42-247,60): - - Combinator FStar.MSTTotal.MSTATETOT ~> FStar.MST.MSTATE is not a - substitutive indexed effect combinator, it is better to make it one if - possible for better performance and ease of use - - EXTRACT FStar.GhostSet.fst.checked - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.TSet.fst(27,4-27,7): - - Values of type `set` cannot be erased during extraction, but the - `must_erase_for_extraction` attribute claims that it can. - - Please remove the attribute. - - CHECK FStar.WellFoundedRelation.fst - CHECK FStar.Reflection.V2.Collect.fst - CHECK FStar.Stubs.Reflection.V1.Data.fsti - CHECK FStar.Reflection.TermEq.fsti - EXTRACT FStar.Map.fst.checked - CHECK FStar.Reflection.V1.Compare.fsti - CHECK FStar.NMST.fst - EXTRACT FStar.Sequence.fst.checked - EXTRACT FStar.Sequence.Util.fst.checked - CHECK FStar.Sequence.Permutation.fsti - EXTRACT FStar.Universe.PCM.fst.checked - CHECK FStar.Sequence.Permutation.fst - CHECK FStar.BitVector.fsti - CHECK FStar.IntegerIntervals.fst - EXTRACT FStar.IntegerIntervals.fst.checked - CHECK FStar.Reflection.TermEq.Simple.fst - CHECK FStar.List.Tot.Properties.fst - CHECK FStar.List.Tot.fst - CHECK FStar.List.Pure.Properties.fst - CHECK FStar.Monotonic.HyperHeap.fsti - CHECK FStar.Heap.fst - CHECK FStar.Monotonic.Heap.fst - CHECK FStar.LexicographicOrdering.fst - * Warning 330 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/experimental/FStar.NMST.fst(200,45-200,58): - - Polymonadic binds ((DIV, NMSTATE) |> NMSTATE) in this case) is an - experimental feature;it is subject to some redesign in the future. Please - keep us informed (on github etc.) about how you are using it - - * Warning 352 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/experimental/FStar.NMST.fst(224,45-224,65): - - Combinator FStar.NMSTTotal.NMSTATETOT ~> FStar.NMST.NMSTATE is not a - substitutive indexed effect combinator, it is better to make it one if - possible for better performance and ease of use - - CHECK FStar.Seq.Base.fst - CHECK FStar.Seq.Properties.fsti - CHECK FStar.FiniteSet.Base.fsti - CHECK FStar.Reflection.V2.Derived.Lemmas.fst - CHECK FStar.Reflection.V2.Derived.fst - CHECK FStar.OrdSet.fsti - CHECK FStar.Sequence.Base.fst - CHECK FStar.Reflection.TermEq.fst - CHECK FStar.ImmutableArray.fsti - CHECK FStar.ST.fst - CHECK FStar.Axiomatic.Array.fst - CHECK FStar.Relational.Relational.fst - CHECK FStar.TwoLevelHeap.fst - CHECK FStar.Stubs.Reflection.V1.Builtins.fsti - CHECK FStar.Monotonic.HyperHeap.fst - CHECK FStar.Monotonic.HyperStack.fsti - EXTRACT FStar.Axiomatic.Array.fst.checked - CHECK FStar.All.fsti - CHECK FStar.Ref.fst - CHECK FStar.MRef.fsti - CHECK FStar.Reflection.V1.Derived.fst - EXTRACT FStar.TwoLevelHeap.fst.checked - CHECK FStar.UInt.fsti - EXTRACT FStar.Relational.Relational.fst.checked - CHECK FStar.Reflection.V2.fst - CHECK FStar.Reflection.V2.Compare.fst - CHECK FStar.FiniteSet.Base.fst - CHECK FStar.FiniteSet.Ambient.fst - CHECK FStar.FiniteMap.Base.fsti - * Warning 290 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFoundedRelation.fst(152,21-152,46): - - In the decreases clause for this function, the SMT solver may not be able to - prove that the types of - wfr_a.decreaser (FStar.Pervasives.dfst xy) - (bound in - FStar.WellFoundedRelation.fst(152,21-152,46)) - and - wfr_a.decreaser (FStar.Pervasives.dfst xy) - (bound in - FStar.WellFoundedRelation.fst(152,21-152,46)) - are equal. - - The type of the first term is: - FStar.WellFoundedRelation.acc_classical wfr_a.relation - (FStar.Pervasives.dfst xy) - - The type of the second term is: - FStar.WellFoundedRelation.acc_classical wfr_a.relation - (FStar.Pervasives.dfst xy) - - If the proof fails, try annotating these with the same type. - - EXTRACT FStar.WellFoundedRelation.fst.checked - CHECK FStar.Reflection.Typing.Builtins.fsti - EXTRACT FStar.Ref.fst.checked - CHECK FStar.List.fst - EXTRACT FStar.FiniteSet.Ambient.fst.checked - CHECK FStar.Relational.Comp.fst - CHECK FStar.Option.fst - CHECK FStar.MRef.fst - CHECK FStar.List.Pure.fst - CHECK FStar.Reflection.V1.Derived.Lemmas.fst - CHECK FStar.OrdSet.fst - CHECK FStar.OrdMap.fsti - CHECK FStar.OrdSetProps.fst - EXTRACT FStar.Relational.Comp.fst.checked - EXTRACT FStar.MRef.fst.checked - CHECK FStar.FiniteMap.Ambient.fst - EXTRACT FStar.Monotonic.HyperHeap.fst.checked - EXTRACT FStar.OrdSetProps.fst.checked - EXTRACT FStar.FiniteMap.Ambient.fst.checked - CHECK FStar.OrdMap.fst - CHECK FStar.OrdMapProps.fst - CHECK FStar.Reflection.V1.fst - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.LexicographicOrdering.fsti(187,0-194,59): - - Definitions of inner let-rec lex_t_wf_aux_y and its enclosing top-level - letbinding are not encoded to the solver, you will only be able to reason - with their types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.LexicographicOrdering.fst(75,14-75,28) - - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.LexicographicOrdering.fsti(187,0-194,59): - - Definitions of inner let-rec get_acc and its enclosing top-level letbinding - are not encoded to the solver, you will only be able to reason with their - types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.LexicographicOrdering.fst(124,10-124,17) - - EXTRACT FStar.OrdMapProps.fst.checked - EXTRACT FStar.LexicographicOrdering.fst.checked - EXTRACT FStar.Seq.Base.fst.checked - CHECK FStar.Reflection.fst - CHECK FStar.Monotonic.HyperStack.fst - CHECK FStar.HyperStack.fst - EXTRACT FStar.HyperStack.fst.checked - CHECK FStar.HyperStack.ST.fsti - CHECK FStar.Util.fst - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - CHECK FStar.UInt32.fsti - CHECK FStar.BV.fsti - EXTRACT FStar.OrdMap.fst.checked - EXTRACT FStar.FiniteSet.Base.fst.checked - EXTRACT FStar.Sequence.Permutation.fst.checked - CHECK FStar.Seq.Properties.fst - CHECK FStar.Seq.fst - CHECK FStar.Seq.Equiv.fsti - CHECK FStar.Char.fsti - CHECK FStar.UInt64.fsti - CHECK FStar.UInt16.fsti - CHECK FStar.UInt8.fsti - CHECK FStar.UInt32.fst - EXTRACT FStar.Seq.fst.checked - CHECK FStar.BitVector.fst - CHECK FStar.UInt.fst - CHECK FStar.Int.fsti - CHECK FStar.Sequence.Seq.fsti - CHECK FStar.Fin.fsti - CHECK FStar.Seq.Sorted.fst - CHECK FStar.FunctionalQueue.fsti - CHECK FStar.Array.fsti - CHECK FStar.Vector.Base.fsti - CHECK FStar.Matrix2.fsti - CHECK FStar.BV.fst - CHECK FStar.Tactics.BV.Lemmas.fsti - CHECK FStar.Pprint.fsti - CHECK FStar.String.fsti - CHECK FStar.Seq.Equiv.fst - CHECK FStar.Seq.Permutation.fsti - CHECK FStar.ModifiesGen.fsti - CHECK FStar.Monotonic.DependentMap.fsti - CHECK LowStar.Comment.fsti - CHECK FStar.Monotonic.Map.fst - CHECK FStar.Buffer.fst - CHECK FStar.Monotonic.Seq.fst - CHECK LowStar.Failure.fsti - CHECK FStar.HyperStack.All.fst - CHECK LowStar.Ignore.fsti - CHECK FStar.HyperStack.ST.fst - CHECK FStar.FunctionalQueue.fst - CHECK FStar.Sequence.Seq.fst - CHECK FStar.UInt128.fsti - CHECK FStar.UInt64.fst - CHECK FStar.Issue.fsti - CHECK FStar.Stubs.Errors.Msg.fsti - CHECK FStar.Endianness.fsti - CHECK FStar.UInt8.fst - CHECK FStar.Array.fst - EXTRACT FStar.Seq.Sorted.fst.checked - CHECK FStar.SizeT.fsti - CHECK FStar.IO.fsti - CHECK FStar.UInt16.fst - CHECK FStar.Seq.Permutation.fst - CHECK FStar.Algebra.CommMonoid.Fold.fsti - CHECK FStar.Vector.Properties.fst - CHECK FStar.Vector.Base.fst - EXTRACT FStar.Sequence.Seq.fst.checked - CHECK FStar.Fin.fst - CHECK LowStar.Comment.fst - CHECK FStar.Tactics.BV.Lemmas.fst - CHECK FStar.Stubs.Tactics.Common.fsti - CHECK FStar.HyperStack.IO.fst - EXTRACT FStar.FunctionalQueue.fst.checked - EXTRACT FStar.Monotonic.Map.fst.checked - CHECK FStar.Stubs.Tactics.Types.fsti - EXTRACT FStar.Seq.Equiv.fst.checked - CHECK FStar.Error.fst - CHECK FStar.Algebra.CommMonoid.Fold.fst - CHECK FStar.Matrix.fsti - CHECK FStar.Algebra.CommMonoid.Fold.Nested.fsti - CHECK FStar.Vector.fst - CHECK FStar.Stubs.Tactics.Result.fsti - EXTRACT FStar.Error.fst.checked - EXTRACT LowStar.Comment.fst.checked - EXTRACT FStar.Array.fst.checked - EXTRACT FStar.BV.fst.checked - CHECK FStar.Tactics.Effect.fsti - CHECK FStar.Tactics.Result.fsti - EXTRACT FStar.List.Tot.Properties.fst.checked - EXTRACT FStar.Monotonic.HyperStack.fst.checked - EXTRACT FStar.BitVector.fst.checked - CHECK FStar.Monotonic.DependentMap.fst - EXTRACT FStar.Algebra.CommMonoid.Fold.fst.checked - EXTRACT FStar.Math.Lemmas.fst.checked - CHECK FStar.Stubs.Tactics.Unseal.fsti - CHECK FStar.Tactics.Typeclasses.fsti - CHECK FStar.Tactics.MApply0.fsti - CHECK FStar.Tactics.NamedView.fsti - CHECK FStar.Tactics.SMT.fsti - CHECK FStar.Tactics.Util.fst - CHECK FStar.Tactics.Print.fsti - CHECK FStar.Tactics.Names.fsti - CHECK FStar.Tactics.BV.fsti - CHECK FStar.Tactics.Canon.fsti - CHECK FStar.Tactics.Effect.fst - CHECK FStar.InteractiveHelpers.Propositions.fsti - CHECK FStar.Tactics.Parametricity.fsti - CHECK FStar.Tactics.MkProjectors.fsti - CHECK FStar.Matrix.fst - CHECK FStar.Algebra.CommMonoid.Fold.Nested.fst - EXTRACT FStar.Monotonic.Seq.fst.checked - CHECK FStar.Int.fst - CHECK FStar.Int64.fsti - CHECK FStar.Int32.fsti - CHECK FStar.Int16.fsti - CHECK FStar.Int8.fsti - CHECK FStar.Endianness.fst - CHECK FStar.Stubs.Tactics.V2.Builtins.fsti - CHECK FStar.Stubs.Tactics.V1.Builtins.fsti - CHECK FStar.Class.Add.fst - CHECK FStar.Class.Eq.Raw.fst - CHECK FStar.Class.TotalOrder.Raw.fst - CHECK FStar.Class.Embeddable.fsti - CHECK FStar.Math.Euclid.fst - EXTRACT FStar.Fin.fst.checked - CHECK FStar.PtrdiffT.fsti - CHECK FStar.Int16.fst - CHECK FStar.Tactics.Visit.fst - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.HyperStack.ST.fst(317,4-317,8): - - Values of type `drgn` will be erased during extraction, but its interface - hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val drgn` declaration - for this symbol in the interface - - CHECK FStar.Int128.fsti - CHECK FStar.Int64.fst - CHECK FStar.Int32.fst - EXTRACT FStar.Monotonic.DependentMap.fst.checked - CHECK FStar.Reflection.V1.Formula.fst - CHECK FStar.Tactics.V1.SyntaxHelpers.fst - CHECK FStar.Tactics.Builtins.fsti - EXTRACT FStar.Class.Add.fst.checked - CHECK FStar.Int.Cast.fst - CHECK FStar.Class.Printable.fst - CHECK FStar.Printf.fst - CHECK FStar.Int8.fst - CHECK FStar.FunctionalExtensionality.fst - CHECK FStar.Tactics.SMT.fst - CHECK FStar.Reflection.Typing.fsti - EXTRACT FStar.Class.Eq.Raw.fst.checked - CHECK FStar.Class.Eq.fst - EXTRACT FStar.Class.TotalOrder.Raw.fst.checked - CHECK FStar.Class.Embeddable.fst - CHECK FStar.Tactics.V2.SyntaxCoercions.fst - CHECK FStar.Reflection.V2.Formula.fst - CHECK FStar.Tactics.V2.SyntaxHelpers.fsti - CHECK FStar.Tactics.NamedView.fst - EXTRACT FStar.Algebra.CommMonoid.Fold.Nested.fst.checked - CHECK FStar.Int128.fst - CHECK FStar.Integers.fst - CHECK FStar.Tactics.SyntaxHelpers.fst - CHECK FStar.Tactics.MApply.fsti - CHECK FStar.Tactics.V2.SyntaxHelpers.fst - EXTRACT FStar.FunctionalExtensionality.fst.checked - EXTRACT FStar.Class.Eq.fst.checked - CHECK FStar.Tactics.Names.fst - EXTRACT FStar.Class.Printable.fst.checked - CHECK FStar.Tactics.MApply.fst - EXTRACT FStar.Int.fst.checked - CHECK FStar.Tactics.V1.Logic.fsti - CHECK FStar.Reflection.Formula.fst - CHECK FStar.Tactics.V1.Derived.fst - EXTRACT FStar.Int128.fst.checked - EXTRACT FStar.Int.Cast.fst.checked - CHECK FStar.SizeT.fst - CHECK FStar.Int.Cast.Full.fst - CHECK LowStar.Monotonic.Buffer.fsti - CHECK FStar.Pointer.Base.fsti - CHECK FStar.ModifiesGen.fst - EXTRACT FStar.OrdSet.fst.checked - CHECK FStar.Tactics.V2.Logic.fsti - CHECK FStar.Tactics.V2.Derived.fst - CHECK FStar.Tactics.Logic.fst - EXTRACT FStar.Int.Cast.Full.fst.checked - EXTRACT FStar.Sequence.Base.fst.checked - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.SizeT.fst(34,4-34,12): - - Values of type `fits_u32` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val fits_u32` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.SizeT.fst(35,4-35,12): - - Values of type `fits_u64` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val fits_u64` - declaration for this symbol in the interface - - EXTRACT FStar.SizeT.fst.checked - CHECK FStar.PtrdiffT.fst - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.NamedView.fst(670,0-688,28): - - Definitions of inner let-rec aux and its enclosing top-level letbinding are - not encoded to the solver, you will only be able to reason with their types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.NamedView.fst(262,10-262,13) - - EXTRACT FStar.PtrdiffT.fst.checked - EXTRACT FStar.Endianness.fst.checked - EXTRACT FStar.Math.Euclid.fst.checked - EXTRACT FStar.Integers.fst.checked - CHECK FStar.ConstantTime.Integers.fsti - EXTRACT FStar.Seq.Permutation.fst.checked - CHECK FStar.ConstantTime.Integers.fst - EXTRACT FStar.Seq.Properties.fst.checked - EXTRACT FStar.ConstantTime.Integers.fst.checked - CHECK FStar.Tactics.V2.Bare.fsti - CHECK FStar.UInt128.fst - CHECK FStar.Tactics.CanonCommSemiring.fst - CHECK FStar.Tactics.MkProjectors.fst - CHECK FStar.Tactics.Print.fst - CHECK FStar.Tactics.Typeclasses.fst - CHECK FStar.Tactics.V2.Logic.fst - CHECK FStar.Tactics.MApply0.fst - CHECK FStar.Reflection.Typing.fst - CHECK FStar.Tactics.V2.fsti - CHECK FStar.Reflection.V2.Arith.fst - CHECK FStar.Tactics.CanonCommMonoidSimple.Equiv.fst - CHECK FStar.Tactics.Parametricity.fst - CHECK FStar.Tactics.TypeRepr.fsti - CHECK FStar.Tactics.CheckLN.fsti - CHECK FStar.Tactics.CanonCommMonoidSimple.fst - CHECK FStar.Tactics.V1.fsti - CHECK FStar.Tactics.V1.Logic.fst - CHECK FStar.Tactics.Derived.fst - CHECK FStar.Tactics.CheckLN.fst - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fst(293,8-293,25): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51) - - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.UInt.fsti(435,8-435,51): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Subtraction - - CHECK FStar.FiniteMap.Base.fst - CHECK FStar.BigOps.fst - CHECK FStar.ReflexiveTransitiveClosure.fst - CHECK FStar.Tactics.Simplifier.fst - CHECK FStar.Tactics.CanonCommMonoid.fst - CHECK FStar.Tactics.CanonMonoid.fst - EXTRACT FStar.UInt.fst.checked - CHECK FStar.Tactics.TypeRepr.fst - CHECK FStar.Tactics.fsti - CHECK LowStar.Monotonic.Buffer.fst - CHECK LowStar.Buffer.fst - CHECK LowStar.PrefixFreezableBuffer.fsti - CHECK LowStar.BufferView.fsti - CHECK LowStar.BufferView.Down.fsti - CHECK LowStar.Printf.fst - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Reflection.V2.Arith.fst(116,20-116,31): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - CHECK FStar.Tactics.Canon.fst - CHECK FStar.Tactics.BV.fst - CHECK FStar.WellFounded.Util.fst - CHECK FStar.Pure.BreakVC.fsti - CHECK FStar.Tactics.Arith.fst - CHECK FStar.InteractiveHelpers.Base.fst - CHECK FStar.Tactics.BreakVC.fsti - CHECK FStar.Tactics.PatternMatching.fst - CHECK FStar.Pointer.Base.fst - CHECK FStar.Pointer.Derived1.fsti - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/legacy/FStar.Buffer.fst(1004,2-1004,69): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Addition - - CHECK FStar.Modifies.fsti - CHECK FStar.Buffer.Quantifiers.fst - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonCommMonoidSimple.fst(25,46-25,57): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - EXTRACT LowStar.Buffer.fst.checked - CHECK LowStar.BufferOps.fst - CHECK LowStar.Modifies.fst - CHECK LowStar.ImmutableBuffer.fst - CHECK LowStar.BufferCompat.fst - EXTRACT FStar.BigOps.fst.checked - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonMonoid.fst(91,7-91,18): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonMonoid.fst(95,7-95,18): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - CHECK FStar.Tactics.BreakVC.fst - CHECK LowStar.BufferView.fst - CHECK FStar.Pure.BreakVC.fst - EXTRACT LowStar.Modifies.fst.checked - CHECK FStar.Bytes.fsti - CHECK LowStar.ModifiesPat.fst - CHECK LowStar.Vector.fst - CHECK LowStar.Regional.fst - EXTRACT LowStar.BufferOps.fst.checked - CHECK LowStar.Endianness.fst - EXTRACT LowStar.BufferCompat.fst.checked - * Warning 271 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/legacy/FStar.Buffer.Quantifiers.fst(32,2-32,77): - - Pattern uses these theory symbols or terms that should not be in an SMT - pattern: - Prims.op_Addition - - CHECK LowStar.BufferView.Down.fst - CHECK LowStar.BufferView.Up.fsti - EXTRACT LowStar.ModifiesPat.fst.checked - * Warning 328 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Printf.fst(253,8-253,13): - - Global binding 'LowStar.Printf.arg_t' is recursive but not used in its body - - CHECK FStar.Pointer.Derived3.fsti - CHECK FStar.Pointer.Derived2.fsti - CHECK FStar.Pointer.Derived1.fst - EXTRACT FStar.ReflexiveTransitiveClosure.fst.checked - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.Util.fst(111,0-121,5): - - Definitions of inner let-rec aux and its enclosing top-level letbinding are - not encoded to the solver, you will only be able to reason with their types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.Util.fst(50,12-50,15) - - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.Util.fst(111,0-121,5): - - Definitions of inner let-rec aux and its enclosing top-level letbinding are - not encoded to the solver, you will only be able to reason with their types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.Util.fst(80,12-80,15) - - * Warning 242 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.Util.fst(111,0-121,5): - - Definitions of inner let-rec f and its enclosing top-level letbinding are - not encoded to the solver, you will only be able to reason with their types - - Also see: /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.WellFounded.Util.fst(113,12-113,13) - - CHECK FStar.Modifies.fst - CHECK LowStar.ToFStarBuffer.fst - EXTRACT FStar.WellFounded.Util.fst.checked - EXTRACT FStar.Pure.BreakVC.fst.checked - EXTRACT FStar.FiniteMap.Base.fst.checked - CHECK FStar.Crypto.fst - CHECK FStar.Udp.fsti - CHECK FStar.Tcp.fsti - CHECK LowStar.BufferView.Up.fst - CHECK FStar.Pointer.Derived3.fst - CHECK FStar.Pointer.fst - CHECK FStar.Pointer.Derived2.fst - EXTRACT LowStar.ImmutableBuffer.fst.checked - CHECK LowStar.UninitializedBuffer.fst - CHECK LowStar.ConstBuffer.fsti - CHECK LowStar.Literal.fsti - EXTRACT LowStar.Regional.fst.checked - EXTRACT FStar.Crypto.fst.checked - EXTRACT FStar.Pointer.fst.checked - CHECK FStar.TaggedUnion.fsti - CHECK FStar.BufferNG.fst - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonCommMonoid.fst(239,18-239,29): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonCommMonoid.fst(255,7-255,18): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonCommMonoid.fst(261,7-261,18): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonCommMonoid.fst(287,17-287,28): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Tactics.CanonCommMonoid.fst(343,9-343,20): - - FStar.Stubs.Tactics.V2.Builtins.term_eq_old is deprecated - - Use Reflection.term_eq instead - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Stubs.Tactics.V2.Builtins.fsti(449,0-449,42) - - CHECK LowStar.ConstBuffer.fst - CHECK FStar.InteractiveHelpers.ExploreTerm.fst - EXTRACT LowStar.ToFStarBuffer.fst.checked - EXTRACT LowStar.UninitializedBuffer.fst.checked - CHECK FStar.TaggedUnion.fst - EXTRACT LowStar.ConstBuffer.fst.checked - EXTRACT LowStar.Endianness.fst.checked - CHECK LowStar.PrefixFreezableBuffer.fst - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Modifies.fst(181,4-181,7): - - Values of type `loc` will be erased during extraction, but its interface - hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc` declaration - for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Modifies.fst(204,4-204,16): - - Values of type `loc_includes` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc_includes` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Modifies.fst(238,4-238,16): - - Values of type `loc_disjoint` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc_disjoint` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Modifies.fst(260,4-260,12): - - Values of type `modifies` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val modifies` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Modifies.fst(416,4-416,25): - - Values of type `does_not_contain_addr` will be erased during extraction, but - its interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val - does_not_contain_addr` declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.Modifies.fst(435,4-435,12): - - Values of type `cloc_cls` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val cloc_cls` - declaration for this symbol in the interface - - EXTRACT FStar.Modifies.fst.checked - EXTRACT LowStar.BufferView.Up.fst.checked - EXTRACT FStar.UInt128.fst.checked - EXTRACT LowStar.Vector.fst.checked - CHECK LowStar.RVector.fst - EXTRACT LowStar.PrefixFreezableBuffer.fst.checked - CHECK FStar.InteractiveHelpers.Propositions.fst - CHECK FStar.InteractiveHelpers.Output.fst - CHECK FStar.InteractiveHelpers.Effectful.fst - EXTRACT FStar.Matrix.fst.checked - EXTRACT LowStar.BufferView.Down.fst.checked - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/FStar.ModifiesGen.fst(75,4-75,7): - - Values of type `loc` will be erased during extraction, but its interface - hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc` declaration - for this symbol in the interface - - EXTRACT LowStar.BufferView.fst.checked - CHECK FStar.InteractiveHelpers.PostProcess.fst - CHECK FStar.Math.Fermat.fst - EXTRACT LowStar.RVector.fst.checked - CHECK LowStar.Regional.Instances.fst - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Monotonic.Buffer.fst(238,21-238,29): - - Prims.has_type is deprecated - - 'has_type' is intended for internal use and debugging purposes only; do not - rely on it for your proofs - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/Prims.fst(289,5-289,13) - - * Warning 288 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Monotonic.Buffer.fst(239,21-239,29): - - Prims.has_type is deprecated - - 'has_type' is intended for internal use and debugging purposes only; do not - rely on it for your proofs - - See also /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/Prims.fst(289,5-289,13) - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Monotonic.Buffer.fst(806,4-806,7): - - Values of type `loc` will be erased during extraction, but its interface - hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc` declaration - for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Monotonic.Buffer.fst(869,4-869,16): - - Values of type `loc_includes` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc_includes` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Monotonic.Buffer.fst(1050,4-1050,16): - - Values of type `loc_disjoint` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc_disjoint` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Monotonic.Buffer.fst(1105,4-1105,12): - - Values of type `modifies` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val modifies` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/LowStar.Monotonic.Buffer.fst(1424,4-1424,25): - - Values of type `does_not_contain_addr` will be erased during extraction, but - its interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val - does_not_contain_addr` declaration for this symbol in the interface - - EXTRACT LowStar.Monotonic.Buffer.fst.checked - EXTRACT LowStar.Regional.Instances.fst.checked - CHECK FStar.InteractiveHelpers.fst - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/legacy/FStar.Pointer.Base.fst(3649,4-3649,7): - - Values of type `loc` will be erased during extraction, but its interface - hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc` declaration - for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/legacy/FStar.Pointer.Base.fst(3667,4-3667,16): - - Values of type `loc_includes` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc_includes` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/legacy/FStar.Pointer.Base.fst(3721,4-3721,16): - - Values of type `loc_disjoint` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val loc_disjoint` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/legacy/FStar.Pointer.Base.fst(3778,4-3778,12): - - Values of type `modifies` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val modifies` - declaration for this symbol in the interface - - * Warning 318 at /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib/legacy/FStar.Pointer.Base.fst(4246,4-4246,12): - - Values of type `cloc_cls` will be erased during extraction, but its - interface hides this fact. - - Add the `must_erase_for_extraction` attribute to the `val cloc_cls` - declaration for this symbol in the interface - - EXTRACT FStar.Pointer.Base.fst.checked - EXTRACT FStar.Math.Fermat.fst.checked - EXTRACT STAGE 2 PLUGLIB - DEPEND /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25/ulib - EXTRACT FStar.NormSteps.fst.checked - EXTRACT FStar.Pervasives.fst.checked - EXTRACT FStar.Mul.fst.checked - EXTRACT FStar.IndefiniteDescription.fst.checked - EXTRACT FStar.Squash.fst.checked - EXTRACT FStar.Classical.fst.checked - EXTRACT FStar.Classical.Sugar.fst.checked - EXTRACT FStar.StrongExcludedMiddle.fst.checked - EXTRACT FStar.List.Tot.Properties.fst.checked - EXTRACT FStar.Seq.Base.fst.checked - EXTRACT FStar.Preorder.fst.checked - EXTRACT FStar.Calc.fst.checked - EXTRACT FStar.Seq.Properties.fst.checked - EXTRACT FStar.Seq.fst.checked - EXTRACT FStar.Math.Lib.fst.checked - EXTRACT FStar.Math.Lemmas.fst.checked - EXTRACT FStar.BitVector.fst.checked - EXTRACT FStar.UInt.fst.checked - EXTRACT FStar.Monotonic.Pure.fst.checked - EXTRACT FStar.Tactics.Effect.fst.checked - EXTRACT FStar.Tactics.Util.fst.checked - EXTRACT FStar.Sealed.Inhabited.fst.checked - EXTRACT FStar.Order.fst.checked - EXTRACT FStar.Reflection.TermEq.fst.checked - EXTRACT FStar.Reflection.TermEq.Simple.fst.checked - EXTRACT FStar.Reflection.V2.Collect.fst.checked - EXTRACT FStar.Reflection.V2.Derived.Lemmas.fst.checked - EXTRACT FStar.Reflection.Const.fst.checked - EXTRACT FStar.Reflection.V2.Derived.fst.checked - EXTRACT FStar.Reflection.V2.Compare.fst.checked - EXTRACT FStar.Reflection.V2.fst.checked - EXTRACT FStar.Tactics.NamedView.fst.checked - EXTRACT FStar.Tactics.V2.SyntaxCoercions.fst.checked - EXTRACT FStar.PropositionalExtensionality.fst.checked - EXTRACT FStar.Tactics.Visit.fst.checked - EXTRACT FStar.Tactics.Names.fst.checked - EXTRACT FStar.Tactics.V2.SyntaxHelpers.fst.checked - EXTRACT FStar.Reflection.V2.Formula.fst.checked - EXTRACT FStar.Tactics.V2.Derived.fst.checked - EXTRACT FStar.Tactics.Typeclasses.fst.checked - EXTRACT FStar.Tactics.MApply0.fst.checked - EXTRACT FStar.Tactics.MApply.fst.checked - EXTRACT FStar.Tactics.SMT.fst.checked - EXTRACT FStar.Tactics.Print.fst.checked - EXTRACT FStar.Tactics.V1.Logic.Lemmas.fst.checked - EXTRACT FStar.Tactics.V2.Logic.fst.checked - EXTRACT FStar.FunctionalExtensionality.fst.checked - EXTRACT FStar.FiniteSet.Base.fst.checked - EXTRACT FStar.FiniteSet.Ambient.fst.checked - EXTRACT FStar.FiniteMap.Base.fst.checked - EXTRACT FStar.ErasedLogic.fst.checked - EXTRACT FStar.Set.fst.checked - EXTRACT FStar.Map.fst.checked - EXTRACT FStar.PredicateExtensionality.fst.checked - EXTRACT FStar.Monotonic.HyperHeap.fst.checked - EXTRACT FStar.Monotonic.HyperStack.fst.checked - EXTRACT FStar.HyperStack.fst.checked - EXTRACT FStar.Int.fst.checked - EXTRACT FStar.Int.Cast.fst.checked - EXTRACT FStar.Monotonic.Witnessed.fst.checked - EXTRACT FStar.BV.fst.checked - EXTRACT FStar.Tactics.BV.Lemmas.fst.checked - EXTRACT FStar.Reflection.V2.Arith.fst.checked - EXTRACT FStar.Tactics.BV.fst.checked - EXTRACT FStar.UInt128.fst.checked - EXTRACT FStar.Universe.fst.checked - EXTRACT FStar.GSet.fst.checked - EXTRACT FStar.BigOps.fst.checked - EXTRACT LowStar.Monotonic.Buffer.fst.checked - EXTRACT LowStar.Buffer.fst.checked - EXTRACT LowStar.BufferOps.fst.checked - EXTRACT FStar.Endianness.fst.checked - EXTRACT LowStar.Endianness.fst.checked - EXTRACT LowStar.PrefixFreezableBuffer.fst.checked - EXTRACT FStar.OrdSet.fst.checked - EXTRACT FStar.OrdMap.fst.checked - EXTRACT FStar.OrdMapProps.fst.checked - EXTRACT FStar.Functions.fst.checked - EXTRACT FStar.SizeT.fst.checked - EXTRACT FStar.PtrdiffT.fst.checked - EXTRACT LowStar.Modifies.fst.checked - EXTRACT FStar.Crypto.fst.checked - EXTRACT LowStar.ModifiesPat.fst.checked - EXTRACT FStar.Int128.fst.checked - EXTRACT FStar.Integers.fst.checked - EXTRACT LowStar.Vector.fst.checked - EXTRACT LowStar.Regional.fst.checked - EXTRACT LowStar.RVector.fst.checked - EXTRACT FStar.Tactics.TypeRepr.fst.checked - EXTRACT FStar.Class.Add.fst.checked - EXTRACT LowStar.BufferView.fst.checked - EXTRACT FStar.ExtractAs.fst.checked - EXTRACT FStar.Reflection.V1.Derived.fst.checked - EXTRACT FStar.Reflection.V1.Derived.Lemmas.fst.checked - EXTRACT FStar.Reflection.V1.fst.checked - EXTRACT FStar.Tactics.V1.SyntaxHelpers.fst.checked - EXTRACT FStar.Reflection.V1.Formula.fst.checked - EXTRACT FStar.Tactics.V1.Derived.fst.checked - EXTRACT FStar.Tactics.V1.Logic.fst.checked - EXTRACT FStar.WellFounded.fst.checked - EXTRACT FStar.WellFounded.Util.fst.checked - EXTRACT FStar.DependentMap.fst.checked - EXTRACT FStar.Monotonic.DependentMap.fst.checked - EXTRACT LowStar.Comment.fst.checked - EXTRACT FStar.Tactics.Canon.Lemmas.fst.checked - EXTRACT FStar.Algebra.CommMonoid.Equiv.fst.checked - EXTRACT FStar.GhostSet.fst.checked - EXTRACT FStar.PartialMap.fst.checked - EXTRACT FStar.PCM.fst.checked - EXTRACT FStar.Universe.PCM.fst.checked - EXTRACT FStar.Cardinality.Cantor.fst.checked - EXTRACT FStar.Cardinality.Universes.fst.checked - EXTRACT FStar.Pure.BreakVC.fst.checked - EXTRACT FStar.MarkovsPrinciple.fst.checked - EXTRACT FStar.Algebra.CommMonoid.fst.checked - EXTRACT FStar.Sequence.Base.fst.checked - EXTRACT FStar.Sequence.Util.fst.checked - EXTRACT FStar.Sequence.Ambient.fst.checked - EXTRACT FStar.Sequence.fst.checked - EXTRACT FStar.Sequence.Permutation.fst.checked - EXTRACT FStar.Tactics.Canon.fst.checked - EXTRACT FStar.Math.Euclid.fst.checked - EXTRACT FStar.Tactics.CanonCommSwaps.fst.checked - EXTRACT FStar.Tactics.CanonCommMonoid.fst.checked - EXTRACT LowStar.BufferView.Down.fst.checked - EXTRACT LowStar.BufferView.Up.fst.checked - EXTRACT FStar.Ref.fst.checked - EXTRACT FStar.Tactics.Arith.fst.checked - EXTRACT LowStar.Regional.Instances.fst.checked - EXTRACT FStar.ReflexiveTransitiveClosure.fst.checked - EXTRACT FStar.LexicographicOrdering.fst.checked - EXTRACT FStar.Sequence.Seq.fst.checked - EXTRACT FStar.Reflection.Formula.fst.checked - EXTRACT FStar.Tactics.CanonCommSemiring.fst.checked - EXTRACT FStar.Tactics.CheckLN.fst.checked - EXTRACT FStar.Algebra.Monoid.fst.checked - EXTRACT FStar.Tactics.CanonMonoid.fst.checked - EXTRACT FStar.Axiomatic.Array.fst.checked - EXTRACT FStar.Relational.Relational.fst.checked - EXTRACT FStar.Tactics.MkProjectors.fst.checked - EXTRACT FStar.Fin.fst.checked - EXTRACT FStar.SquashProperties.fst.checked - EXTRACT FStar.MRef.fst.checked - EXTRACT LowStar.ImmutableBuffer.fst.checked - EXTRACT FStar.IntegerIntervals.fst.checked - EXTRACT FStar.Seq.Equiv.fst.checked - EXTRACT FStar.Seq.Permutation.fst.checked - EXTRACT FStar.Algebra.CommMonoid.Fold.fst.checked - EXTRACT FStar.RefinementExtensionality.fst.checked - EXTRACT FStar.Int.Cast.Full.fst.checked - EXTRACT FStar.Tactics.Simplifier.fst.checked - EXTRACT FStar.Monotonic.Map.fst.checked - EXTRACT LowStar.BufferCompat.fst.checked - EXTRACT FStar.Matrix.fst.checked - EXTRACT FStar.Modifies.fst.checked - EXTRACT LowStar.ToFStarBuffer.fst.checked - EXTRACT FStar.Monotonic.Seq.fst.checked - EXTRACT FStar.Class.Printable.fst.checked - EXTRACT FStar.Seq.Sorted.fst.checked - EXTRACT FStar.List.Pure.Base.fst.checked - EXTRACT FStar.OrdSetProps.fst.checked - EXTRACT FStar.Tactics.CanonCommMonoidSimple.fst.checked - EXTRACT FStar.Class.Eq.Raw.fst.checked - EXTRACT FStar.Class.Eq.fst.checked - EXTRACT LowStar.UninitializedBuffer.fst.checked - EXTRACT FStar.Pointer.Base.fst.checked - EXTRACT FStar.FunctionalQueue.fst.checked - EXTRACT FStar.Reflection.Typing.fst.checked - EXTRACT FStar.IFC.fst.checked - EXTRACT FStar.Reflection.fst.checked - EXTRACT FStar.Relational.Comp.fst.checked - EXTRACT FStar.Witnessed.Core.fst.checked - EXTRACT FStar.Tactics.BreakVC.fst.checked - EXTRACT FStar.Tactics.Logic.fst.checked - EXTRACT FStar.Tactics.PatternMatching.fst.checked - EXTRACT FStar.Pointer.fst.checked - EXTRACT FStar.Error.fst.checked - EXTRACT FStar.Algebra.CommMonoid.Fold.Nested.fst.checked - EXTRACT FStar.Tactics.Derived.fst.checked - EXTRACT FStar.Real.Old.fst.checked - EXTRACT FStar.Parse.fst.checked - EXTRACT FStar.TwoLevelHeap.fst.checked - EXTRACT FStar.Math.Fermat.fst.checked - EXTRACT FStar.Tactics.CanonCommMonoidSimple.Equiv.fst.checked - EXTRACT LowStar.ConstBuffer.fst.checked - EXTRACT FStar.Class.TotalOrder.Raw.fst.checked - EXTRACT FStar.WellFoundedRelation.fst.checked - EXTRACT FStar.Tactics.Parametricity.fst.checked - EXTRACT FStar.ConstantTime.Integers.fst.checked - EXTRACT FStar.Tactics.SyntaxHelpers.fst.checked - EXTRACT FStar.Array.fst.checked - EXTRACT FStar.FiniteMap.Ambient.fst.checked - INSTALL STAGE 2 -> compiled fstar.2025.03.25 Processing 93/93: [fstar: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "PREFIX=/home/opam/.opam/5.3-opam" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2025.03.25) - INSTALL STAGE 2 -> installed fstar.2025.03.25 Done. <><> memtrace.0.2.3 installed successfully ><><><><><><><><><><><><><><><><><><> => Tracing the current process is not supported on multicore ocaml, so uses of Gc.Memprof will fail. The library is still useful for reading and writing trace files even when Gc.Memprof is not working. <><> fstar.2025.03.25 installed successfully ><><><><><><><><><><><><><><><><><> => F* requires specific versions of Z3 to work correctly, and will refuse to run if the version string does not match. You should have z3-4.8.5 and z3-4.13.3 in your $PATH. For details, see https://github.com/FStarLang/FStar/blob/master/INSTALL.md#runtime-dependency-particular-version-of-z3. # To update the current shell environment, run: eval $(opam env) 2025-04-21 13:19.24 ---> saved as "7fe9b210f3adff5403735f9af0c280675b8dc1b6667ab9ed089f5c454ec925ad" Job succeeded