Build:
- 0
2026-03-28 01:35.34: New job: test fstar.2026.03.24, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29595/head (4128027da627b98581a19b53517ed56728643045)
on debian-testing-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29595/head" && git reset --hard 4128027d
git fetch origin master
git merge --no-edit 65664dc5b276cda6cf6908fce5d2f7df2d434246
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.4@sha256:21581a8189e7e47a21bf59bfd7c53c7f26a94468e79d2e2a599b61ce8b33dd90
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn fstar.2026.03.24 2026.03.24
RUN opam reinstall fstar.2026.03.24; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'fstar.2026.03.24' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test fstar.2026.03.24) || true
RUN opam reinstall --with-test --verbose fstar.2026.03.24; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'fstar.2026.03.24' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-28 01:35.34: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:21581a8189e7e47a21bf59bfd7c53c7f26a94468e79d2e2a599b61ce8b33dd90-fstar.2026.03.24-4128027da627b98581a19b53517ed56728643045"
2026-03-28 01:35.34: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:21581a8189e7e47a21bf59bfd7c53c7f26a94468e79d2e2a599b61ce8b33dd90)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn fstar.2026.03.24 2026.03.24"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fstar.2026.03.24;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fstar.2026.03.24' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test fstar.2026.03.24) || true"))
(run (shell "opam reinstall --with-test --verbose fstar.2026.03.24;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fstar.2026.03.24' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-28 01:35.34: Waiting for resource in pool OCluster
2026-03-28 01:35.35: Waiting for worker…
2026-03-28 01:35.36: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 65664dc5b2 Merge pull request #29588 from dbuenzli/b0-publish-tsdl.1.3.0
Updating 65664dc5b2..4128027da6
Fast-forward
packages/fstar/fstar.2025.12.15/opam | 1 -
packages/fstar/fstar.2026.03.24/opam | 51 ++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 packages/fstar/fstar.2026.03.24/opam
(from ocaml/opam:debian-testing-ocaml-5.4@sha256:21581a8189e7e47a21bf59bfd7c53c7f26a94468e79d2e2a599b61ce8b33dd90)
2026-03-28 01:36.17 ---> using "b20b2077c285a816a488fe14f12738d48f48796676c6c4058fceb21cec84ce29" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-28 01:36.17 ---> using "f9865ad8ed9996c3d4e51839ebb70238b16a23cc23d91c00f2b994b4e230a7ef" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-28 01:36.17 ---> using "90dddd89b06ef402b126040adad84c44ad3a390cfbe8b5a74889c79d112a976a" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-28 01:36.17 ---> using "5122af43b31179566c88d36a4692cc89a3634b7af4e64766125354c5800c97e5" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-28 01:36.17 ---> using "543d823b38ea219c23e039ed1fed96e4860a0b2c953d8039f1826412d8a9c3d6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-28 01:36.21 ---> saved as "f555152422e6b6471d2bc3324f93b278570877256bf095b6a97cb488ef2f3532"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-28 01:36.40 ---> saved as "ebb5352b492307902698b3633db5228a9736b18bec0f2032d0fc806fa36181e2"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Err:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index
- Couldn't find the start of the patch series
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Ign:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages [9693 kB]
- Fetched 9978 kB in 20s (508 kB/s)
- Reading package lists...
-
2026-03-28 01:37.01 ---> saved as "b3e421a8745085e5315f7a1b2150649b224e32163bcc5eae0ffcbecc9f57811d"
/home/opam: (run (shell "opam pin add -k version -yn fstar.2026.03.24 2026.03.24"))
fstar is now pinned to version 2026.03.24
2026-03-28 01:37.01 ---> saved as "64ff4d9bd104966fae8812f098af8706851267a23ebf283836d1714ef69a917e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fstar.2026.03.24;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fstar.2026.03.24' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
fstar.2026.03.24 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 34 packages
- install base-bytes base [required by process]
- install batteries 3.10.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 dune 3.22.0 [required by fstar]
- install fstar 2026.03.24 (pinned)
- install gen 1.1 [required by sedlex]
- install memtrace 0.2.3 [required by fstar]
- install menhir 20260209 [required by fstar]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by fstar]
- install menhirSdk 20260209 [required by menhir]
- install mtime 2.1.0 [required by fstar]
- install num 1.6 [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.1.1 [required by fstar]
- install ppx_deriving_yojson 3.10.0 [required by fstar]
- install ppxlib 0.38.0 [required by fstar]
- install process 0.2.1 [required by fstar]
- install sedlex 3.7 [required by fstar]
- install seq base [required by 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.1.1 [required by mtime]
- install yojson 3.0.0 [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 ... 20898 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../2-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-11+b1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved batteries.3.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved dune.3.22.0 (cached)
-> retrieved fstar.2026.03.24 (https://github.com/FStarLang/FStar/releases/download/v2026.03.24/fstar-v2026.03.24-src.tar.gz)
-> retrieved gen.1.1 (cached)
-> retrieved memtrace.0.2.3 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pprint.20230830 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved process.0.2.1 (https://opam.ocaml.org/cache)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdint.0.7.2 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed process.0.2.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed dune.3.22.0
-> installed camlp-streams.5.0.1
-> installed menhirCST.20260209
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirGLR.20260209
-> installed memtrace.0.2.3
-> installed gen.1.1
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed pprint.20230830
-> installed cppo.1.8.0
-> installed sexplib0.v0.17.0
-> installed stdint.0.7.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.3.0.0
-> installed batteries.3.10.0
-> installed menhir.20260209
-> installed ppxlib.0.38.0
-> installed ppx_deriving.6.1.1
-> installed sedlex.3.7
-> installed ppx_deriving_yojson.3.10.0
-> installed fstar.2026.03.24
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.2026.03.24 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)
2026-03-28 01:43.01 ---> saved as "4b564c0c153525177a42c04d6d7caa208babf8cd15e6ecb6906a6056361c8b97"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test fstar.2026.03.24) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile fstar 2026.03.24 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved fstar.2026.03.24 (https://github.com/FStarLang/FStar/releases/download/v2026.03.24/fstar-v2026.03.24-src.tar.gz)
-> removed fstar.2026.03.24
-> installed fstar.2026.03.24
Done.
<><> fstar.2026.03.24 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)
2026-03-28 01:54.44 ---> saved as "6fa20f54852c9280ccffcbb6368815dc8bb2b7df654f56c3304a6ffd0d93f7a4"
/home/opam: (run (shell "opam reinstall --with-test --verbose fstar.2026.03.24;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fstar.2026.03.24' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile fstar 2026.03.24 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [fstar.2026.03.24: extract]
-> retrieved fstar.2026.03.24 (cached)
Processing 2/4: [fstar: make 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j" "71" "ADMIT=1" (CWD=/home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24)
- DUNE BUILD
- INSTALL LIB SRC
- (cd _build/.sandbox/4cb909e22c031a89f165e8fec72d65ee/default && /home/opam/.opam/5.4/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 323, characters 0-15:
- Warning: symbol decoratableDecl is unreachable from any of the start symbols.
- File "fstar-guts/FStarC_Parser_Parse.mly", line 306, characters 0-16:
- Warning: symbol noDecorationDecl is unreachable from any of the start symbols.
- (cd _build/.sandbox/b219f040acaa0f79cd35ee9a1d2ac116/default && /home/opam/.opam/5.4/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: 226 states have end-of-stream conflicts.
- Warning: 302 shift/reduce conflicts were arbitrarily resolved.
- Warning: 226 end-of-stream conflicts were arbitrarily resolved.
- DUNE INSTALL
- CHECK LIB
- CHECK FSTARC
- DEPEND /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib
- DEPEND /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src
- CHECK Prims.fst
- CHECK FStar.Attributes.fsti
- CHECK FStar.NormSteps.fsti
- CHECK FStar.Pervasives.Native.fst
- CHECK FStar.NormSteps.fst
- LAXCHECK Prims.fst
- LAXCHECK FStar.Attributes.fsti
- LAXCHECK FStar.NormSteps.fsti
- LAXCHECK FStar.Pervasives.Native.fst
- LAXCHECK FStar.NormSteps.fst
- LAXCHECK FStar.Pervasives.fsti
- CHECK FStar.Pervasives.fsti
- LAXCHECK FStar.Prelude.fsti
- LAXCHECK FStar.Pervasives.fst
- LAXCHECK FStar.Sealed.fsti
- LAXCHECK FStar.Float.fsti
- LAXCHECK FStar.Mul.fst
- LAXCHECK FStar.Classical.Sugar.fsti
- LAXCHECK FStarC.Effect.fsti
- LAXCHECK FStar.ImmutableArray.Base.fsti
- LAXCHECK FStarC.Array.fsti
- LAXCHECK FStarC.Sealed.fsti
- LAXCHECK FStarC.NormSteps.fst
- LAXCHECK FStarC.Errors.Codes.fsti
- LAXCHECK FStarC.VConfig.fsti
- LAXCHECK FStar.Exn.fst
- LAXCHECK FStar.Set.fsti
- LAXCHECK FStar.Preorder.fst
- LAXCHECK FStar.Ghost.fsti
- LAXCHECK FStar.Order.fst
- LAXCHECK FStar.Classical.fsti
- LAXCHECK FStar.Squash.fsti
- LAXCHECK FStarC.Hooks.fsti
- LAXCHECK FStarC.Reflection.V2.Interpreter.fsti
- LAXCHECK FStarC.Reflection.V1.Interpreter.fsti
- LAXCHECK FStar.Sealed.Inhabited.fst
- LAXCHECK FStar.Stubs.VConfig.fsti
- LAXCHECK FStar.Stubs.TypeChecker.Core.fsti
- LAXCHECK FStar.Math.Lib.fst
- LAXCHECK FStar.PropositionalExtensionality.fst
- LAXCHECK FStar.Reflection.Const.fst
- LAXCHECK FStar.FunctionalExtensionality.fsti
- LAXCHECK FStarC.IMap.fsti
- LAXCHECK FStarC.Sealed.fst
- LAXCHECK FStar.Range.fsti
- LAXCHECK FStar.List.Tot.Base.fst
- LAXCHECK FStar.Math.Lemmas.fsti
- LAXCHECK FStar.Monotonic.Pure.fst
- LAXCHECK FStarC.Json.fsti
- LAXCHECK FStarC.Order.fsti
- LAXCHECK FStarC.Hash.fsti
- LAXCHECK FStarC.Thunk.fsti
- LAXCHECK FStarC.Unionfind.fsti
- LAXCHECK FStarC.Dyn.fsti
- LAXCHECK FStarC.PSMap.fsti
- LAXCHECK FStarC.SMap.fsti
- LAXCHECK FStarC.PIMap.fsti
- LAXCHECK FStarC.List.fsti
- LAXCHECK FStarC.Int.Extra.fsti
- LAXCHECK FStarC.Option.fsti
- LAXCHECK FStar.Monotonic.Witnessed.fsti
- LAXCHECK FStar.TSet.fsti
- LAXCHECK FStar.IndefiniteDescription.fsti
- LAXCHECK FStar.Ghost.fst
- LAXCHECK FStarC.Debug.fsti
- LAXCHECK FStarC.EditDist.fsti
- LAXCHECK FStarC.Options.Ext.fsti
- LAXCHECK FStarC.Profiling.fsti
- LAXCHECK FStarC.Stats.fsti
- LAXCHECK FStarC.Misc.fsti
- LAXCHECK FStarC.Filepath.fsti
- LAXCHECK FStarC.Hints.fsti
- LAXCHECK FStarC.Timing.fsti
- LAXCHECK FStarC.VConfig.fst
- LAXCHECK FStar.Classical.fst
- LAXCHECK FStarC.Find.fsti
- LAXCHECK FStarC.Platform.Base.fsti
- LAXCHECK FStarC.Plugins.Base.fsti
- LAXCHECK FStarC.GenSym.fsti
- CHECK FStar.Prelude.fsti
- CHECK FStar.Pervasives.fst
- LAXCHECK FStarC.OCaml.fsti
- LAXCHECK FStarC.Interactive.Ide.fsti
- LAXCHECK FStarC.Prettyprint.fsti
- LAXCHECK FStar.Calc.fsti
- LAXCHECK FStarC.Order.fst
- LAXCHECK FStar.PredicateExtensionality.fst
- LAXCHECK FStar.Monotonic.Witnessed.fst
- LAXCHECK FStar.Classical.Sugar.fst
- LAXCHECK FStar.ErasedLogic.fst
- LAXCHECK FStarC.Thunk.fst
- LAXCHECK FStar.IndefiniteDescription.fst
- LAXCHECK FStar.Set.fst
- LAXCHECK FStar.Stubs.Reflection.Types.fsti
- LAXCHECK FStarC.Real.fsti
- LAXCHECK FStarC.Format.fsti
- LAXCHECK FStarC.Option.fst
- LAXCHECK FStar.Monotonic.Heap.fsti
- LAXCHECK FStar.StrongExcludedMiddle.fst
- LAXCHECK FStarC.Common.fsti
- LAXCHECK FStarC.Plugins.fsti
- CHECK FStar.Classical.Sugar.fsti
- CHECK FStar.Mul.fst
- CHECK FStar.Ghost.fsti
- CHECK FStar.Sealed.fsti
- CHECK FStar.Float.fsti
- CHECK FStar.Preorder.fst
- CHECK FStar.Set.fsti
- CHECK FStar.ReflexiveTransitiveClosure.fsti
- CHECK FStar.Squash.fsti
- CHECK FStar.Tactics.Logic.Lemmas.fsti
- CHECK FStar.Stubs.VConfig.fsti
- CHECK FStar.Order.fst
- CHECK FStar.Stubs.TypeChecker.Core.fsti
- LAXCHECK FStar.Squash.fst
- CHECK FStar.Reflection.Const.fst
- CHECK FStar.Classical.fsti
- CHECK FStar.PropositionalExtensionality.fst
- CHECK FStar.Exn.fst
- LAXCHECK FStarC.GenSym.fst
- CHECK FStar.Real.fsti
- LAXCHECK FStar.Stubs.Syntax.Syntax.fsti
- CHECK FStar.RefinementExtensionality.fsti
- LAXCHECK FStar.Reflection.TermEq.Simple.fsti
- CHECK FStar.FunctionalExtensionality.fsti
- LAXCHECK FStar.Stubs.Tactics.Types.Reflection.fsti
- CHECK FStar.Sequence.Base.fsti
- LAXCHECK FStarC.Errors.Codes.fst
- CHECK FStar.PartialMap.fsti
- CHECK FStar.DependentMap.fsti
- LAXCHECK FStar.Math.Lemmas.fst
- LAXCHECK FStar.TSet.fst
- CHECK FStar.Bijection.fsti
- LAXCHECK FStar.Calc.fst
- CHECK FStar.Functions.fsti
- CHECK FStar.Dyn.fsti
- CHECK FStar.MarkovsPrinciple.fst
- CHECK FStar.Constructive.fst
- CHECK FStar.ImmutableArray.Base.fsti
- CHECK FStar.Exception.fsti
- CHECK FStar.Universe.fsti
- CHECK FStar.Parse.fst
- CHECK FStar.Date.fsti
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.TSet.fst(26,4-26,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.Math.Lemmas.fsti
- CHECK FStar.Math.Euclid.fsti
- CHECK FStar.Algebra.CommMonoid.fst
- CHECK FStar.Tactics.Canon.Lemmas.fsti
- CHECK FStar.Witnessed.Core.fsti
- CHECK FStar.Math.Lib.fst
- CHECK FStar.Range.fsti
- CHECK FStar.Sealed.Inhabited.fst
- CHECK FStar.Monotonic.Witnessed.fsti
- CHECK FStar.List.Tot.Base.fst
- CHECK FStar.Monotonic.Pure.fst
- CHECK FStar.Classical.Sugar.fst
- CHECK FStar.Algebra.CommMonoid.Equiv.fst
- LAXCHECK FStar.Seq.Base.fsti
- LAXCHECK FStar.List.Tot.Properties.fsti
- CHECK FStar.TSet.fsti
- CHECK FStar.Map.fsti
- CHECK FStar.Dyn.fst
- CHECK FStar.IndefiniteDescription.fsti
- CHECK FStar.IFC.fsti
- CHECK FStar.ErasedLogic.fst
- LAXCHECK FStar.Heap.fst
- LAXCHECK FStar.Monotonic.Heap.fst
- CHECK FStar.Ghost.fst
- CHECK FStar.Stubs.Reflection.Types.fsti
- CHECK FStar.Calc.fsti
- CHECK FStar.Cardinality.Cantor.fsti
- CHECK FStar.Universe.fst
- CHECK FStar.Witnessed.Core.fst
- CHECK FStar.PartialMap.fst
- LAXCHECK FStar.BitVector.fsti
- CHECK FStar.DependentMap.fst
- CHECK FStar.PCM.fst
- CHECK FStar.GSet.fsti
- CHECK FStar.GhostSet.fsti
- CHECK FStar.PredicateExtensionality.fst
- CHECK FStar.Classical.fst
- CHECK FStar.Monotonic.Witnessed.fst
- CHECK FStar.Set.fst
- CHECK FStar.Algebra.Monoid.fst
- LAXCHECK FStar.ST.fst
- CHECK FStar.Math.Fermat.fsti
- CHECK FStar.MSTTotal.fst
- CHECK FStar.Tactics.Canon.Lemmas.fst
- CHECK FStar.Monotonic.Heap.fsti
- CHECK FStar.StrongExcludedMiddle.fst
- CHECK FStar.IndefiniteDescription.fst
- CHECK FStar.WellFounded.fst
- CHECK FStar.Squash.fst
- CHECK FStar.Tactics.Logic.Lemmas.fst
- CHECK FStar.Map.fst
- CHECK FStar.Cardinality.Universes.fsti
- CHECK FStar.Cardinality.Cantor.fst
- CHECK FStar.Stubs.Syntax.Syntax.fsti
- CHECK FStar.Stubs.Tactics.Types.Reflection.fsti
- CHECK FStar.Reflection.TermEq.Simple.fsti
- CHECK FStar.ExtractAs.fst
- CHECK FStar.SquashProperties.fst
- CHECK FStar.Functions.fst
- LAXCHECK FStar.List.Tot.fst
- CHECK FStar.IFC.fst
- CHECK FStar.Calc.fst
- LAXCHECK FStar.List.Tot.Properties.fst
- CHECK FStar.Cardinality.Universes.fst
- LAXCHECK FStar.All.fsti
- LAXCHECK FStar.Seq.Properties.fsti
- LAXCHECK FStar.Seq.Base.fst
- CHECK FStar.TSet.fst
- CHECK FStar.RefinementExtensionality.fst
- LAXCHECK FStar.List.fst
- CHECK FStar.GSet.fst
- CHECK FStar.Sequence.Ambient.fst
- CHECK FStar.Sequence.Util.fst
- CHECK FStar.Bijection.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.TSet.fst(26,4-26,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.GhostSet.fst
- LAXCHECK FStar.UInt.fsti
- CHECK FStar.Sequence.fst
- CHECK FStar.WellFounded.Util.fsti
- CHECK FStar.LexicographicOrdering.fsti
- CHECK FStar.WellFoundedRelation.fsti
- CHECK FStar.Math.Lemmas.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.
-
- CHECK FStar.NMSTTotal.fst
- CHECK FStar.MST.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.
-
- CHECK FStar.Sequence.Permutation.fsti
- CHECK FStar.Universe.PCM.fst
- * Warning 330 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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 330 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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
-
- CHECK FStar.WellFoundedRelation.fst
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51):
- - Pattern uses these theory symbols or terms that should not be in an SMT
- pattern:
- Prims.op_Subtraction
-
- * Warning 352 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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
-
- CHECK FStar.Sequence.Permutation.fst
- CHECK FStar.Seq.Base.fsti
- CHECK FStar.List.Tot.Properties.fsti
- CHECK FStar.BigOps.fsti
- CHECK FStar.Tactics.CanonCommSwaps.fst
- CHECK FStar.List.Pure.Base.fst
- CHECK FStar.NMST.fst
- LAXCHECK FStar.UInt32.fsti
- CHECK FStar.Heap.fst
- CHECK FStar.Monotonic.HyperHeap.fsti
- CHECK FStar.Monotonic.Heap.fst
- LAXCHECK FStar.Seq.fst
- LAXCHECK FStar.Seq.Properties.fst
- LAXCHECK FStar.UInt.fst
- LAXCHECK FStar.BitVector.fst
- CHECK FStar.Relational.Relational.fst
- CHECK FStar.ST.fst
- CHECK FStar.TwoLevelHeap.fst
- CHECK FStar.Axiomatic.Array.fst
- CHECK FStar.LexicographicOrdering.fst
- LAXCHECK FStar.Char.fsti
- LAXCHECK FStar.UInt32.fst
- LAXCHECK FStar.Pprint.fsti
- LAXCHECK FStarC.BaseTypes.fsti
- LAXCHECK FStarC.String.fsti
- LAXCHECK FStar.String.fsti
- LAXCHECK FStar.Stubs.Reflection.V2.Data.fsti
- * Warning 330 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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 330 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/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
-
- LAXCHECK FStarC.Util.fsti
- LAXCHECK FStarC.Getopt.fsti
- CHECK FStar.All.fsti
- CHECK FStar.Ref.fst
- CHECK FStar.MRef.fsti
- LAXCHECK FStarC.Debug.fst
- LAXCHECK FStarC.EditDist.fst
- CHECK FStar.BitVector.fsti
- LAXCHECK FStar.Issue.fsti
- LAXCHECK FStar.Stubs.Errors.Msg.fsti
- CHECK FStar.IntegerIntervals.fst
- CHECK FStar.Monotonic.HyperStack.fsti
- * Warning 290 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.
-
- LAXCHECK FStar.Stubs.Tactics.Common.fsti
- CHECK FStar.Relational.Comp.fst
- CHECK FStar.Option.fst
- CHECK FStar.List.Tot.fst
- CHECK FStar.List.Pure.Properties.fst
- CHECK FStar.List.Tot.Properties.fst
- CHECK FStar.MRef.fst
- LAXCHECK FStarC.Pprint.fsti
- LAXCHECK FStarC.StringBuffer.fsti
- LAXCHECK FStarC.Misc.fst
- LAXCHECK FStar.Stubs.Reflection.V2.Builtins.fsti
- LAXCHECK FStar.Reflection.V2.Compare.fsti
- LAXCHECK FStar.Stubs.Tactics.Types.fsti
- LAXCHECK FStarC.Find.Z3.fsti
- LAXCHECK FStarC.Common.fst
- LAXCHECK FStar.Tactics.Effect.fsti
- CHECK FStar.Seq.Properties.fsti
- CHECK FStar.List.fst
- CHECK FStar.OrdSet.fsti
- CHECK FStar.Monotonic.HyperHeap.fst
- CHECK FStar.FiniteSet.Base.fsti
- CHECK FStar.ImmutableArray.fsti
- CHECK FStar.Sequence.Base.fst
- CHECK FStar.Seq.Base.fst
- LAXCHECK FStar.Reflection.V2.Collect.fst
- LAXCHECK FStar.Reflection.TermEq.fsti
- LAXCHECK FStar.Tactics.Typeclasses.fsti
- LAXCHECK FStar.Tactics.Names.fsti
- LAXCHECK FStar.Tactics.NamedView.fsti
- LAXCHECK FStar.Stubs.Tactics.Unseal.fsti
- LAXCHECK FStar.Tactics.Util.fst
- LAXCHECK FStar.Tactics.Effect.fst
- LAXCHECK FStar.Reflection.V2.Derived.Lemmas.fst
- LAXCHECK FStar.Reflection.V2.Derived.fst
- LAXCHECK FStar.Reflection.TermEq.Simple.fst
- LAXCHECK FStar.Reflection.TermEq.fst
- LAXCHECK FStar.Stubs.Tactics.V2.Builtins.fsti
- LAXCHECK FStarC.Class.Show.fsti
- LAXCHECK FStarC.Class.Deq.fsti
- LAXCHECK FStarC.Errors.Msg.fsti
- LAXCHECK FStarC.Class.Tagged.fsti
- LAXCHECK FStarC.Class.Listlike.fsti
- LAXCHECK FStarC.Class.Monoid.fsti
- LAXCHECK FStarC.Class.Monad.fsti
- CHECK FStar.FiniteSet.Ambient.fst
- CHECK FStar.FiniteMap.Base.fsti
- CHECK FStar.FiniteSet.Base.fst
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51):
- - Pattern uses these theory symbols or terms that should not be in an SMT
- pattern:
- Prims.op_Subtraction
-
- LAXCHECK FStarC.Class.Ord.fsti
- LAXCHECK FStarC.Path.fsti
- LAXCHECK FStarC.Class.Deq.fst
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fst(296,8-296,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.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51)
-
- LAXCHECK FStarC.Class.Tagged.fst
- LAXCHECK FStar.Reflection.V2.fst
- LAXCHECK FStar.Reflection.V2.Compare.fst
- LAXCHECK FStarC.Class.PP.fsti
- LAXCHECK FStarC.Options.fsti
- LAXCHECK FStarC.Time.fsti
- LAXCHECK FStarC.Errors.Msg.fst
- LAXCHECK FStarC.Platform.fsti
- LAXCHECK FStarC.Find.fst
- LAXCHECK FStar.Tactics.Visit.fst
- CHECK FStar.FiniteMap.Ambient.fst
- LAXCHECK FStarC.Options.Ext.fst
- LAXCHECK FStarC.Class.Monoid.fst
- LAXCHECK FStarC.Class.Show.fst
- CHECK FStar.UInt.fsti
- LAXCHECK FStarC.Class.Listlike.fst
- LAXCHECK FStarC.Writer.fsti
- LAXCHECK FStarC.Class.Monad.fst
- LAXCHECK FStarC.Path.fst
- LAXCHECK FStarC.Platform.fst
- LAXCHECK FStarC.OCaml.fst
- LAXCHECK FStar.Tactics.V2.SyntaxCoercions.fst
- LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fsti
- LAXCHECK FStar.Reflection.V2.Formula.fst
- LAXCHECK FStar.FunctionalExtensionality.fst
- LAXCHECK FStar.Tactics.NamedView.fst
- LAXCHECK FStarC.Range.Type.fsti
- LAXCHECK FStarC.Class.Hashable.fsti
- LAXCHECK FStarC.Class.Setlike.fsti
- LAXCHECK FStarC.CList.fsti
- LAXCHECK FStarC.Class.Ord.fst
- LAXCHECK FStarC.Real.fst
- LAXCHECK FStarC.Stats.fst
- LAXCHECK FStarC.Class.PP.fst
- CHECK FStar.HyperStack.fst
- CHECK FStar.Monotonic.HyperStack.fst
- LAXCHECK FStarC.Writer.fst
- LAXCHECK FStarC.Class.HasRange.fsti
- LAXCHECK FStarC.Range.Ops.fsti
- LAXCHECK FStarC.Range.Type.fst
- LAXCHECK FStarC.CList.fst
- LAXCHECK FStar.Tactics.Names.fst
- LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fst
- LAXCHECK FStarC.HashMap.fsti
- LAXCHECK FStarC.Class.Hashable.fst
- LAXCHECK FStarC.Ident.fsti
- CHECK FStar.HyperStack.ST.fsti
- CHECK FStar.Util.fst
- LAXCHECK FStarC.Range.fsti
- LAXCHECK FStarC.Range.Ops.fst
- LAXCHECK FStarC.HashMap.fst
- LAXCHECK FStarC.FlatSet.fsti
- LAXCHECK FStarC.RBSet.fsti
- LAXCHECK FStarC.Class.Setlike.fst
- LAXCHECK FStarC.Const.fsti
- CHECK FStar.List.Pure.fst
- LAXCHECK FStarC.Interactive.CompletionTable.fsti
- LAXCHECK FStarC.Options.fst
- LAXCHECK FStarC.Find.Z3.fst
- LAXCHECK FStarC.Profiling.fst
- LAXCHECK FStar.Tactics.V2.Derived.fst
- LAXCHECK FStarC.Errors.fsti
- LAXCHECK FStarC.Parser.Const.Tuples.fsti
- LAXCHECK FStarC.Ident.fst
- LAXCHECK FStarC.Class.HasRange.fst
- LAXCHECK FStarC.FlatSet.fst
- LAXCHECK FStarC.RBSet.fst
- CHECK FStar.OrdSet.fst
- CHECK FStar.OrdMap.fsti
- CHECK FStar.OrdSetProps.fst
- LAXCHECK FStarC.Interactive.CompletionTable.fst
- LAXCHECK FStarC.Parser.Const.Tuples.fst
- LAXCHECK FStarC.Syntax.Syntax.fsti
- LAXCHECK FStarC.Parser.Const.fst
- LAXCHECK FStarC.Extraction.ML.Syntax.fsti
- LAXCHECK FStarC.Const.fst
- LAXCHECK FStarC.Interactive.JsonHelper.fsti
- LAXCHECK FStarC.Plugins.fst
- LAXCHECK FStarC.Errors.fst
- CHECK FStar.OrdMapProps.fst
- CHECK FStar.OrdMap.fst
- LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fsti
- LAXCHECK FStarC.Extraction.ML.Syntax.fst
- LAXCHECK FStarC.Extraction.ML.Code.fsti
- LAXCHECK FStarC.Extraction.ML.PrintML.fsti
- LAXCHECK FStarC.Extraction.ML.PrintFS.fsti
- LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fst
- CHECK FStar.ModifiesGen.fsti
- CHECK LowStar.Failure.fsti
- CHECK FStar.HyperStack.All.fst
- CHECK LowStar.Comment.fsti
- CHECK FStar.Monotonic.Map.fst
- CHECK LowStar.Ignore.fsti
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51):
- - Pattern uses these theory symbols or terms that should not be in an SMT
- pattern:
- Prims.op_Subtraction
-
- CHECK FStar.Monotonic.DependentMap.fsti
- CHECK FStar.HyperStack.ST.fst
- LAXCHECK FStarC.Extraction.ML.PrintFS.fst
- CHECK LowStar.Comment.fst
- CHECK FStar.HyperStack.IO.fst
- LAXCHECK FStar.Tactics.Typeclasses.fst
- CHECK FStar.Seq.fst
- CHECK FStar.Seq.Equiv.fsti
- CHECK FStar.Seq.Properties.fst
- CHECK FStar.Monotonic.DependentMap.fst
- CHECK FStar.Seq.Equiv.fst
- CHECK FStar.Seq.Permutation.fsti
- CHECK FStar.BitVector.fst
- CHECK FStar.FunctionalQueue.fsti
- CHECK FStar.Sequence.Seq.fsti
- CHECK FStar.Fin.fsti
- CHECK FStar.Array.fsti
- CHECK FStar.Seq.Sorted.fst
- CHECK FStar.Monotonic.Seq.fst
- CHECK FStar.Matrix2.fsti
- CHECK FStar.UInt32.fsti
- CHECK FStar.Int.fsti
- CHECK FStar.BV.fsti
- CHECK FStar.UInt.fst
- CHECK FStar.Sequence.Seq.fst
- CHECK FStar.Array.fst
- CHECK FStar.FunctionalQueue.fst
- CHECK FStar.Fin.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.Algebra.CommMonoid.Fold.fsti
- CHECK FStar.Seq.Permutation.fst
- LAXCHECK FStarC.Parser.AST.fsti
- LAXCHECK FStarC.Class.Binders.fsti
- LAXCHECK FStarC.TypeChecker.Common.fsti
- LAXCHECK FStarC.Syntax.Embeddings.Base.fsti
- LAXCHECK FStarC.SMTEncoding.Term.fsti
- LAXCHECK FStarC.Syntax.Subst.fsti
- LAXCHECK FStarC.Reflection.V2.Data.fsti
- LAXCHECK FStarC.Syntax.Free.fsti
- LAXCHECK FStarC.Syntax.Unionfind.fsti
- LAXCHECK FStarC.Syntax.Compress.fsti
- LAXCHECK FStarC.Syntax.Formula.fsti
- LAXCHECK FStarC.Reflection.V1.Data.fsti
- LAXCHECK FStarC.Syntax.InstFV.fsti
- LAXCHECK FStarC.Tactics.Common.fsti
- LAXCHECK FStarC.Reflection.V2.Constants.fst
- LAXCHECK FStarC.Syntax.Hash.fsti
- LAXCHECK FStarC.Syntax.VisitM.fsti
- LAXCHECK FStarC.Parser.Const.ExtractAs.fsti
- LAXCHECK FStarC.Syntax.Print.Ugly.fsti
- LAXCHECK FStarC.Syntax.Syntax.fst
- LAXCHECK FStarC.Reflection.V1.Constants.fst
- LAXCHECK FStarC.Syntax.MutRecTy.fsti
- LAXCHECK FStarC.Syntax.Visit.fsti
- LAXCHECK FStarC.Syntax.TermHashTable.fsti
- LAXCHECK FStarC.Defensive.fsti
- LAXCHECK FStarC.Class.Binders.fst
- LAXCHECK FStarC.Syntax.Embeddings.fsti
- LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fsti
- LAXCHECK FStarC.Syntax.Unionfind.fst
- CHECK FStar.Char.fsti
- CHECK FStar.UInt16.fsti
- CHECK FStar.UInt8.fsti
- CHECK FStar.UInt64.fsti
- CHECK FStar.Vector.Base.fsti
- CHECK FStar.Buffer.fst
- CHECK FStar.UInt32.fst
- LAXCHECK FStarC.Syntax.Util.fsti
- LAXCHECK FStarC.Syntax.Subst.fst
- LAXCHECK FStarC.Syntax.VisitM.fst
- LAXCHECK FStarC.Syntax.InstFV.fst
- LAXCHECK FStarC.Tactics.Common.fst
- LAXCHECK FStarC.Syntax.Free.fst
- LAXCHECK FStarC.Syntax.Visit.fst
- CHECK FStar.Matrix.fsti
- CHECK FStar.Algebra.CommMonoid.Fold.Nested.fsti
- CHECK FStar.Algebra.CommMonoid.Fold.fst
- LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fst
- LAXCHECK FStarC.Reflection.V2.Data.fst
- CHECK FStar.Pprint.fsti
- CHECK FStar.Stubs.Reflection.V2.Data.fsti
- CHECK FStar.String.fsti
- CHECK FStar.BV.fst
- CHECK FStar.Tactics.BV.Lemmas.fsti
- LAXCHECK FStarC.Reflection.V1.Data.fst
- CHECK FStar.Int16.fsti
- LAXCHECK FStarC.SMTEncoding.UnsatCore.fsti
- CHECK FStar.Int64.fsti
- LAXCHECK FStarC.SMTEncoding.Pruning.fsti
- CHECK FStar.Int32.fsti
- LAXCHECK FStarC.SMTEncoding.Term.fst
- CHECK FStar.Int8.fsti
- CHECK FStar.Int.fst
- CHECK FStar.Issue.fsti
- CHECK FStar.Stubs.Errors.Msg.fsti
- CHECK FStar.UInt64.fst
- CHECK FStar.UInt128.fsti
- CHECK FStar.Vector.Properties.fst
- CHECK FStar.Vector.Base.fst
- LAXCHECK FStarC.SMTEncoding.SolverState.fsti
- LAXCHECK FStarC.SMTEncoding.UnsatCore.fst
- LAXCHECK FStarC.Syntax.Util.fst
- LAXCHECK FStarC.Syntax.Hash.fst
- LAXCHECK FStarC.Parser.Const.ExtractAs.fst
- LAXCHECK FStarC.Syntax.Print.Ugly.fst
- LAXCHECK FStarC.Syntax.MutRecTy.fst
- CHECK FStar.SizeT.fsti
- CHECK FStar.UInt16.fst
- CHECK FStar.UInt8.fst
- CHECK FStar.Endianness.fsti
- CHECK FStar.IO.fsti
- CHECK FStar.Stubs.Tactics.Common.fsti
- CHECK FStar.Tactics.BV.Lemmas.fst
- LAXCHECK FStarC.SMTEncoding.Pruning.fst
- CHECK FStar.Int32.fst
- LAXCHECK FStarC.SMTEncoding.Z3.fsti
- LAXCHECK FStarC.Parser.Dep.fsti
- LAXCHECK FStarC.Parser.AST.fst
- LAXCHECK FStarC.Parser.AST.Util.fsti
- LAXCHECK FStarC.Parser.ToDocument.fsti
- LAXCHECK FStarC.Parser.AST.Diff.fsti
- CHECK FStar.Stubs.Tactics.Types.fsti
- LAXCHECK FStarC.Parser.AST.Diff.fst
- CHECK FStar.Int128.fsti
- CHECK FStar.Int64.fst
- CHECK FStar.Error.fst
- CHECK FStar.Matrix.fst
- CHECK FStar.Algebra.CommMonoid.Fold.Nested.fst
- CHECK FStar.Vector.fst
- LAXCHECK FStarC.Parser.ParseIt.fsti
- LAXCHECK FStarC.Parser.AST.Util.fst
- CHECK FStar.Int16.fst
- CHECK FStar.Int.Cast.fst
- CHECK FStar.Printf.fst
- CHECK FStar.Int8.fst
- LAXCHECK FStarC.SMTEncoding.Z3.fst
- LAXCHECK FStarC.Parser.ToDocument.fst
- CHECK LowStar.Monotonic.Buffer.fsti
- CHECK FStar.Pointer.Base.fsti
- LAXCHECK FStarC.Syntax.DsEnv.fsti
- LAXCHECK FStarC.Dependencies.fsti
- CHECK FStar.PtrdiffT.fsti
- CHECK FStar.Stubs.Reflection.V2.Builtins.fsti
- CHECK FStar.Reflection.V2.Compare.fsti
- CHECK FStar.Tactics.Effect.fsti
- LAXCHECK FStarC.Parser.Driver.fsti
- LAXCHECK FStarC.Dependencies.fst
- LAXCHECK FStarC.TypeChecker.Env.fsti
- LAXCHECK FStarC.Syntax.DsEnv.fst
- LAXCHECK FStarC.Syntax.Print.fsti
- LAXCHECK FStarC.Syntax.Resugar.fsti
- LAXCHECK FStarC.ToSyntax.TickedVars.fsti
- LAXCHECK FStarC.Syntax.Print.Pretty.fsti
- LAXCHECK FStarC.ToSyntax.Interleave.fsti
- LAXCHECK FStarC.ToSyntax.ToSyntax.fsti
- CHECK FStar.Reflection.V1.Compare.fsti
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51):
- - Pattern uses these theory symbols or terms that should not be in an SMT
- pattern:
- Prims.op_Subtraction
-
- LAXCHECK FStarC.Prettyprint.fst
- LAXCHECK FStarC.Parser.Driver.fst
- LAXCHECK FStarC.Parser.Dep.fst
- CHECK FStar.Integers.fst
- CHECK FStar.Int128.fst
- CHECK FStar.Endianness.fst
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fst(296,8-296,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.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51)
-
- LAXCHECK FStarC.Syntax.Resugar.fst
- LAXCHECK FStarC.Syntax.Print.Pretty.fst
- LAXCHECK FStarC.ToSyntax.TickedVars.fst
- LAXCHECK FStarC.ToSyntax.Interleave.fst
- CHECK FStar.Tactics.SMT.fsti
- CHECK FStar.Tactics.LaxTermEq.fsti
- CHECK FStar.Tactics.Easy.fsti
- CHECK FStar.Tactics.Typeclasses.fsti
- CHECK FStar.Tactics.MApply0.fsti
- CHECK FStar.Tactics.NamedView.fsti
- CHECK FStar.Stubs.Tactics.Unseal.fsti
- CHECK FStar.Tactics.Util.fst
- CHECK FStar.Tactics.Print.fsti
- CHECK FStar.Reflection.V2.Collect.fst
- CHECK FStar.Tactics.Names.fsti
- CHECK FStar.Tactics.Effect.fst
- CHECK FStar.Stubs.Reflection.V1.Data.fsti
- CHECK FStar.InteractiveHelpers.Propositions.fsti
- LAXCHECK FStarC.Defensive.fst
- LAXCHECK FStarC.Syntax.Embeddings.Base.fst
- CHECK FStar.Reflection.TermEq.fsti
- CHECK FStar.Tactics.Canon.fsti
- LAXCHECK FStarC.Syntax.Print.fst
- LAXCHECK FStarC.TypeChecker.Common.fst
- CHECK FStar.Tactics.Parametricity.fsti
- LAXCHECK FStarC.ToSyntax.ToSyntax.fst
- CHECK FStar.Tactics.BV.fsti
- CHECK FStar.Tactics.MkProjectors.fsti
- LAXCHECK FStarC.Syntax.Embeddings.fst
- LAXCHECK FStarC.Syntax.Formula.fst
- LAXCHECK FStarC.Syntax.Compress.fst
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/parser/FStarC.Parser.ToDocument.fst(735,8-735,14):
- - Global binding
- 'FStarC.Parser.ToDocument.p_decl'
- is recursive but not used in its body
-
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/parser/FStarC.Parser.ToDocument.fst(756,4-756,13):
- - Global binding
- 'FStarC.Parser.ToDocument.p_justSig'
- is recursive but not used in its body
-
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/parser/FStarC.Parser.ToDocument.fst(1095,4-1095,24):
- - Global binding
- 'FStarC.Parser.ToDocument.p_disjunctivePattern'
- is recursive but not used in its body
-
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/parser/FStarC.Parser.ToDocument.fst(1730,4-1730,21):
- - Global binding
- 'FStarC.Parser.ToDocument.p_maybeFocusArrow'
- is recursive but not used in its body
-
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/parser/FStarC.Parser.ToDocument.fst(1994,4-1994,12):
- - Global binding
- 'FStarC.Parser.ToDocument.p_tmNoEq'
- is recursive but not used in its body
-
- CHECK FStar.Class.Eq.Raw.fst
- CHECK FStar.Class.TotalOrder.Raw.fst
- CHECK FStar.Class.Printable.fst
- CHECK FStar.Class.Add.fst
- CHECK FStar.Math.Euclid.fst
- CHECK FStar.Stubs.Tactics.V2.Builtins.fsti
- CHECK FStar.Reflection.V2.Derived.fst
- CHECK FStar.Reflection.V2.Derived.Lemmas.fst
- CHECK FStar.SizeT.fst
- CHECK FStar.Int.Cast.Full.fst
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/syntax/FStarC.Syntax.Resugar.fst(327,8-327,26):
- - Global binding
- 'FStarC.Syntax.Resugar.resugar_term_base''
- is recursive but not used in its body
-
- CHECK FStar.Tactics.Visit.fst
- CHECK FStar.Reflection.TermEq.Simple.fst
- CHECK FStar.Reflection.TermEq.fst
- CHECK FStar.Class.Ord.Raw.fsti
- CHECK FStar.Class.Eq.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.SizeT.fst(36,4-36,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.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.SizeT.fst(37,4-37,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
-
- CHECK FStar.Tactics.SMT.fst
- CHECK FStar.Tactics.LaxTermEq.fst
- CHECK FStar.ModifiesGen.fst
- CHECK FStar.FunctionalExtensionality.fst
- CHECK FStar.Tactics.Builtins.fsti
- CHECK FStar.Tactics.V2.SyntaxCoercions.fst
- LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.fsti
- LAXCHECK FStarC.Extraction.ML.UEnv.fsti
- LAXCHECK FStarC.SMTEncoding.Util.fsti
- LAXCHECK FStarC.Reflection.V2.Embeddings.fsti
- * Warning 319 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/tosyntax/FStarC.ToSyntax.ToSyntax.fst(509,13-509,48):
- - Effectful argument let _ = FStarC.Ident.string_of_id _op_plus in
- _ = "+" (FStarC.Effect.ALL) to erased function assert, consider let binding it
-
- LAXCHECK FStarC.SMTEncoding.Solver.fsti
- LAXCHECK FStarC.SMTEncoding.Solver.Cache.fsti
- LAXCHECK FStarC.TypeChecker.Err.fsti
- * Warning 319 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/tosyntax/FStarC.ToSyntax.ToSyntax.fst(527,19-527,57):
- - Effectful argument let _ = FStarC.Ident.string_of_lid _max_lid in
- _ = "max" (FStarC.Effect.ALL) to erased function assert, consider let binding it
-
- LAXCHECK FStarC.TypeChecker.Util.fsti
- LAXCHECK FStarC.Reflection.V1.Embeddings.fsti
- LAXCHECK FStarC.TypeChecker.Positivity.fsti
- LAXCHECK FStarC.TypeChecker.Rel.fsti
- LAXCHECK FStarC.SMTEncoding.SolverState.fst
- LAXCHECK FStarC.Reflection.V2.Builtins.fsti
- LAXCHECK FStarC.TypeChecker.Core.fsti
- LAXCHECK FStarC.Reflection.V1.Builtins.fsti
- LAXCHECK FStarC.TypeChecker.DeferredImplicits.fsti
- LAXCHECK FStarC.TypeChecker.Quals.fsti
- LAXCHECK FStarC.TypeChecker.Tc.fsti
- LAXCHECK FStarC.TypeChecker.PatternUtils.fsti
- LAXCHECK FStarC.TypeChecker.DMFF.fsti
- LAXCHECK FStarC.Interactive.JsonHelper.fst
- LAXCHECK FStarC.TypeChecker.TcEffect.fsti
- LAXCHECK FStarC.TypeChecker.Generalize.fsti
- LAXCHECK FStarC.Tactics.Hooks.fsti
- LAXCHECK FStarC.TypeChecker.Env.fst
- CHECK FStar.RBMap.fsti
- CHECK FStar.RBSet.fsti
- CHECK FStar.Class.Ord.Raw.fst
- CHECK FStar.Stubs.Reflection.V1.Builtins.fsti
- CHECK FStar.Reflection.V2.Formula.fst
- CHECK FStar.Reflection.V2.fst
- CHECK FStar.Reflection.V2.Compare.fst
- LAXCHECK FStarC.TypeChecker.NBETerm.fsti
- LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.fst
- LAXCHECK FStarC.SMTEncoding.Solver.Cache.fst
- LAXCHECK FStarC.TypeChecker.DeferredImplicits.fst
- CHECK FStar.RBSet.fst
- LAXCHECK FStarC.Tactics.Types.Reflection.fsti
- CHECK FStar.Tactics.Names.fst
- CHECK FStar.Tactics.MApply.fsti
- LAXCHECK FStarC.TypeChecker.PatternUtils.fst
- LAXCHECK FStarC.Reflection.V1.Embeddings.fst
- LAXCHECK FStarC.Reflection.V2.Embeddings.fst
- LAXCHECK FStarC.TypeChecker.TcInductive.fsti
- LAXCHECK FStarC.TypeChecker.TcTerm.fsti
- CHECK FStar.PtrdiffT.fst
- LAXCHECK FStarC.Extraction.ML.Util.fsti
- LAXCHECK FStarC.Extraction.Krml.fsti
- LAXCHECK FStarC.Extraction.ML.Modul.fsti
- LAXCHECK FStarC.Extraction.ML.Term.fsti
- LAXCHECK FStarC.Extraction.ML.RegEmb.fsti
- LAXCHECK FStarC.Extraction.ML.UEnv.fst
- CHECK FStar.RBMap.fst
- LAXCHECK FStarC.SMTEncoding.Env.fst
- LAXCHECK FStarC.SMTEncoding.ErrorReporting.fsti
- LAXCHECK FStarC.SMTEncoding.Util.fst
- LAXCHECK FStarC.Tactics.Types.Reflection.fst
- CHECK FStar.Tactics.V2.SyntaxHelpers.fsti
- CHECK FStar.Class.Embeddable.fsti
- CHECK FStar.Reflection.Typing.Builtins.fsti
- CHECK FStar.Tactics.NamedView.fst
- CHECK FStar.Reflection.Typing.fsti
- CHECK FStar.Reflection.fst
- CHECK FStar.Reflection.V1.Derived.fst
- CHECK FStar.Stubs.Tactics.V1.Builtins.fsti
- LAXCHECK FStarC.Extraction.ML.Code.fst
- LAXCHECK FStarC.Extraction.Krml.fst
- LAXCHECK FStarC.Extraction.ML.Util.fst
- CHECK FStar.ConstantTime.Integers.fsti
- LAXCHECK FStarC.SMTEncoding.ErrorReporting.fst
- CHECK FStar.Tactics.MApply.fst
- CHECK FStar.Class.Embeddable.fst
- CHECK FStar.Tactics.SyntaxHelpers.fst
- CHECK FStar.Tactics.V2.SyntaxHelpers.fst
- LAXCHECK FStarC.TypeChecker.Primops.Base.fsti
- LAXCHECK FStarC.MachineInts.fsti
- LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fsti
- LAXCHECK FStarC.TypeChecker.NBETerm.fst
- LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fsti
- CHECK FStar.Reflection.V1.Derived.Lemmas.fst
- CHECK FStar.Reflection.V1.Formula.fst
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/FStar.RBMap.fst(144,8-144,15):
- - Global binding 'FStar.RBMap.for_any' is recursive but not used in its body
-
- LAXCHECK FStarC.CheckedFiles.fsti
- LAXCHECK FStarC.SMTEncoding.Encode.fsti
- LAXCHECK FStarC.SMTEncoding.EncodeTerm.fsti
- LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fst
- LAXCHECK FStarC.MachineInts.fst
- LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fsti
- LAXCHECK FStarC.TypeChecker.Primops.fsti
- 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.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.Tactics.V2.Primops.fsti
- LAXCHECK FStarC.Tactics.V1.Primops.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Base.fst
- LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fst
- CHECK FStar.Tactics.V2.Logic.fsti
- CHECK FStar.Tactics.V2.Derived.fst
- CHECK FStar.Reflection.Formula.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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
-
- CHECK FStar.ConstantTime.Integers.fst
- LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fst
- LAXCHECK FStarC.TypeChecker.Cfg.fsti
- LAXCHECK FStarC.Tactics.Types.fsti
- LAXCHECK FStarC.SMTEncoding.Solver.fst
- LAXCHECK FStarC.TypeChecker.Primops.Eq.fst
- LAXCHECK FStarC.TypeChecker.Primops.Real.fst
- LAXCHECK FStarC.TypeChecker.Primops.Sealed.fst
- LAXCHECK FStarC.TypeChecker.Primops.Errors.Msg.fst
- LAXCHECK FStarC.TypeChecker.Primops.Range.fst
- LAXCHECK FStarC.TypeChecker.Primops.Docs.fst
- LAXCHECK FStarC.TypeChecker.Primops.Issue.fst
- LAXCHECK FStarC.TypeChecker.Primops.Array.fst
- LAXCHECK FStarC.TypeChecker.Primops.fst
- LAXCHECK FStarC.TypeChecker.Primops.Erased.fst
- LAXCHECK FStarC.Universal.fsti
- LAXCHECK FStarC.CheckedFiles.fst
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/extraction/FStarC.Extraction.Krml.fst(330,8-330,19):
- - Global binding
- 'FStarC.Extraction.Krml.decl_to_doc'
- is recursive but not used in its body
-
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.Reflection.V1.fst
- LAXCHECK FStarC.Tactics.Result.fsti
- LAXCHECK FStarC.Tactics.Embedding.fsti
- LAXCHECK FStarC.Tactics.Printing.fsti
- LAXCHECK FStarC.Tactics.Native.fsti
- LAXCHECK FStarC.Tactics.Types.fst
- LAXCHECK FStarC.Interactive.Ide.Types.fsti
- CHECK FStar.Tactics.Logic.fst
- LAXCHECK FStarC.Tactics.Printing.fst
- LAXCHECK FStarC.TypeChecker.Normalize.fsti
- LAXCHECK FStarC.Reflection.V2.Interpreter.fst
- LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fsti
- LAXCHECK FStarC.TypeChecker.Cfg.fst
- LAXCHECK FStarC.Reflection.V1.Interpreter.fst
- LAXCHECK FStarC.Tactics.Monad.fsti
- LAXCHECK FStarC.Tactics.Result.fst
- LAXCHECK FStarC.Tactics.Embedding.fst
- CHECK FStar.Pointer.Derived1.fsti
- CHECK FStar.Pointer.Base.fst
- LAXCHECK FStarC.Interactive.Incremental.fsti
- LAXCHECK FStarC.Interactive.Ide.Types.fst
- CHECK FStar.Tactics.V1.Logic.fsti
- CHECK FStar.Tactics.V1.SyntaxHelpers.fst
- LAXCHECK FStarC.Interactive.QueryHelper.fsti
- LAXCHECK FStarC.Interactive.PushHelper.fsti
- LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fst
- CHECK LowStar.Buffer.fst
- CHECK LowStar.BufferView.Down.fsti
- CHECK LowStar.BufferView.fsti
- CHECK LowStar.Printf.fst
- CHECK LowStar.PrefixFreezableBuffer.fsti
- CHECK LowStar.Monotonic.Buffer.fst
- LAXCHECK FStarC.SMTEncoding.Encode.fst
- LAXCHECK FStarC.TypeChecker.Positivity.fst
- LAXCHECK FStarC.Reflection.V1.Builtins.fst
- LAXCHECK FStarC.TypeChecker.Util.fst
- LAXCHECK FStarC.TypeChecker.Rel.fst
- LAXCHECK FStarC.TypeChecker.Err.fst
- LAXCHECK FStarC.TypeChecker.TcEffect.fst
- LAXCHECK FStarC.TypeChecker.NBE.fsti
- LAXCHECK FStarC.TypeChecker.DMFF.fst
- LAXCHECK FStarC.SMTEncoding.EncodeTerm.fst
- LAXCHECK FStarC.Reflection.V2.Builtins.fst
- LAXCHECK FStarC.TypeChecker.Tc.fst
- LAXCHECK FStarC.TypeChecker.Normalize.fst
- LAXCHECK FStarC.TypeChecker.TcInductive.fst
- LAXCHECK FStarC.Extraction.ML.Modul.fst
- LAXCHECK FStarC.TypeChecker.Quals.fst
- LAXCHECK FStarC.TypeChecker.Generalize.fst
- LAXCHECK FStarC.TypeChecker.Core.fst
- LAXCHECK FStarC.TypeChecker.TcTerm.fst
- LAXCHECK FStarC.Extraction.ML.Term.fst
- LAXCHECK FStarC.Tactics.Interpreter.fsti
- LAXCHECK FStarC.Tactics.InterpFuns.fsti
- LAXCHECK FStarC.Tactics.Monad.fst
- LAXCHECK FStarC.Tactics.V2.Basic.fsti
- LAXCHECK FStarC.Tactics.V1.Basic.fsti
- LAXCHECK FStarC.Tactics.CtrlRewrite.fsti
- LAXCHECK FStarC.Interactive.QueryHelper.fst
- LAXCHECK FStarC.Interactive.PushHelper.fst
- LAXCHECK FStarC.Interactive.Incremental.fst
- LAXCHECK FStarC.Interactive.Ide.fst
- LAXCHECK FStarC.Tactics.CtrlRewrite.fst
- CHECK FStar.Tactics.V1.Derived.fst
- LAXCHECK FStarC.TypeChecker.NBE.fst
- LAXCHECK FStarC.Hooks.fst
- LAXCHECK FStarC.Main.fst
- LAXCHECK FStarC.Universal.fst
- LAXCHECK FStarC.Tactics.Interpreter.fst
- LAXCHECK FStarC.Tactics.InterpFuns.fst
- LAXCHECK FStarC.Extraction.ML.RegEmb.fst
- LAXCHECK FStarC.Tactics.V1.Basic.fst
- LAXCHECK FStarC.Tactics.V1.Primops.fst
- LAXCHECK FStarC.Tactics.V2.Basic.fst
- LAXCHECK FStarC.Tactics.Hooks.fst
- LAXCHECK FStarC.Tactics.V2.Primops.fst
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Printf.fst(253,8-253,13):
- - Global binding 'LowStar.Printf.arg_t' is recursive but not used in its body
-
- * Warning 319 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/interactive/FStarC.Interactive.Ide.fst(156,13-156,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
-
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/extraction/FStarC.Extraction.Krml.fst(653,8-653,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.4/.opam-switch/build/fstar.2026.03.24/src/extraction/FStarC.Extraction.Krml.fst(756,4-756,19):
- - Global binding
- 'FStarC.Extraction.Krml.translate_type''
- is recursive but not used in its body
-
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/extraction/FStarC.Extraction.Krml.fst(773,4-773,19):
- - Global binding
- 'FStarC.Extraction.Krml.translate_expr''
- is recursive but not used in its body
-
- CHECK LowStar.Modifies.fst
- CHECK LowStar.BufferOps.fst
- CHECK LowStar.BufferCompat.fst
- CHECK LowStar.ImmutableBuffer.fst
- CHECK FStar.Tactics.V2.Bare.fsti
- 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.Derived.fst
- CHECK FStar.UInt128.fst
- CHECK FStar.Tactics.MApply0.fst
- CHECK FStar.Buffer.Quantifiers.fst
- CHECK FStar.Modifies.fsti
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/extraction/FStarC.Extraction.ML.Term.fst(710,8-710,31):
- - Global binding
- 'FStarC.Extraction.ML.Term.translate_term_to_mlty''
- is recursive but not used in its body
-
- CHECK LowStar.BufferView.fst
- * Warning 319 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/typechecker/FStarC.TypeChecker.Generalize.fst(264,9-264,54):
- - Effectful argument FStarC.List.for_all (fun _ ->
- (let l, _, _ = _ in
- Inr? l)
- <:
- Prims.bool)
- lecs (FStarC.Effect.ALL) to erased function assert, consider let binding it
-
- CHECK FStar.Pointer.Derived2.fsti
- CHECK FStar.Pointer.Derived3.fsti
- CHECK FStar.Pointer.Derived1.fst
- CHECK FStar.Bytes.fsti
- CHECK LowStar.ModifiesPat.fst
- CHECK LowStar.Vector.fst
- CHECK LowStar.Regional.fst
- CHECK LowStar.BufferView.Up.fsti
- CHECK LowStar.BufferView.Down.fst
- CHECK LowStar.Endianness.fst
- CHECK FStar.Tactics.V2.fsti
- CHECK FStar.Reflection.V2.Arith.fst
- CHECK FStar.Tactics.CanonCommMonoidSimple.Equiv.fst
- CHECK FStar.Tactics.PrettifyType.fsti
- CHECK FStar.Tactics.Easy.fst
- CHECK FStar.Tactics.Parametricity.fst
- CHECK FStar.Tactics.TypeRepr.fsti
- CHECK FStar.Tactics.CheckLN.fsti
- CHECK FStar.Tactics.CanonCommMonoidSimple.fst
- * Warning 271 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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
-
- * Warning 328 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/src/extraction/FStarC.Extraction.ML.Term.fst(1343,4-1343,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.4/.opam-switch/build/fstar.2026.03.24/src/extraction/FStarC.Extraction.ML.Term.fst(1389,4-1389,19):
- - Global binding
- 'FStarC.Extraction.ML.Term.term_as_mlexpr''
- is recursive but not used in its body
-
- CHECK FStar.Pointer.Derived3.fst
- CHECK FStar.Pointer.Derived2.fst
- CHECK FStar.Pointer.fst
- CHECK FStar.ReflexiveTransitiveClosure.fst
- CHECK FStar.Tactics.fsti
- CHECK FStar.Tactics.Simplifier.fst
- CHECK FStar.Tactics.CanonCommMonoid.fst
- CHECK FStar.FiniteMap.Base.fst
- CHECK FStar.Tactics.CanonMonoid.fst
- CHECK FStar.BigOps.fst
- CHECK FStar.Tactics.CheckLN.fst
- * Warning 288 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(237,21-237,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.4/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- * Warning 288 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(236,21-236,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.4/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- * Warning 288 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(237,21-237,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.4/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- * Warning 288 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(236,21-236,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.4/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- CHECK FStar.Tactics.TypeRepr.fst
- CHECK FStar.Tactics.BreakVC.fsti
- CHECK FStar.WellFounded.Util.fst
- CHECK FStar.Tactics.PatternMatching.fst
- CHECK FStar.Pure.BreakVC.fsti
- CHECK FStar.Tactics.PrettifyType.fst
- CHECK LowStar.BufferView.Up.fst
- CHECK FStar.Crypto.fst
- CHECK FStar.Udp.fsti
- CHECK FStar.Tcp.fsti
- CHECK FStar.TaggedUnion.fsti
- CHECK FStar.BufferNG.fst
- CHECK FStar.Tactics.BreakVC.fst
- CHECK FStar.Tactics.V1.fsti
- CHECK FStar.Tactics.V1.Logic.fst
- CHECK FStar.Pure.BreakVC.fst
- CHECK LowStar.ConstBuffer.fsti
- CHECK LowStar.UninitializedBuffer.fst
- CHECK LowStar.Literal.fsti
- CHECK FStar.InteractiveHelpers.Base.fst
- CHECK LowStar.ToFStarBuffer.fst
- CHECK FStar.Modifies.fst
- CHECK FStar.Reflection.Typing.fst
- CHECK FStar.Tactics.Arith.fst
- CHECK FStar.Tactics.Canon.fst
- CHECK FStar.Tactics.BV.fst
- CHECK LowStar.ConstBuffer.fst
- CHECK FStar.TaggedUnion.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(804,4-804,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.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(867,4-867,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
-
- CHECK LowStar.PrefixFreezableBuffer.fst
- CHECK LowStar.RVector.fst
- CHECK FStar.InteractiveHelpers.ExploreTerm.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(1048,4-1048,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.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/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
-
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(1103,4-1103,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
-
- CHECK FStar.InteractiveHelpers.Propositions.fst
- CHECK FStar.InteractiveHelpers.Output.fst
- CHECK FStar.InteractiveHelpers.Effectful.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/ulib/LowStar.Monotonic.Buffer.fst(1422,4-1422,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
-
- CHECK FStar.InteractiveHelpers.PostProcess.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/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.4/.opam-switch/build/fstar.2026.03.24/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
-
- DONE CHECK FSTARC
- CHECK LowStar.Regional.Instances.fst
- CHECK FStar.InteractiveHelpers.fst
- CHECK FStar.Math.Fermat.fst
- * Warning 318 at /home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24/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
-
- INSTALL LIB
- INSTALL FSTARC
-> compiled fstar.2026.03.24
-> removed fstar.2026.03.24
Processing 4/4: [fstar: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "PREFIX=/home/opam/.opam/5.4" "install" (CWD=/home/opam/.opam/5.4/.opam-switch/build/fstar.2026.03.24)
- DUNE BUILD
- DUNE INSTALL
- CHECK LIB
- INSTALL LIB SRC
- INSTALL LIB
- CHECK FSTARC
- DONE CHECK FSTARC
- INSTALL FSTARC
-> installed fstar.2026.03.24
Done.
<><> fstar.2026.03.24 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)
2026-03-28 02:04.22 ---> saved as "bbc66fe9baa4737ab083b4045936dd9bf632ada18cd6fc4d6e3fb0d60efed3dd"
Job succeeded
2026-03-28 02:04.29: Job succeeded