Building on bremusa.ocamllabs.io
(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:9d6ee237fc4a0f2d144b9f12cf3c55843e12649cd33c20ff24b4e8d1a10c60b0
Status: Downloaded newer image for ocaml/opam:debian-unstable
2026-05-15 09:33.12 ---> 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"))
2026-05-15 09:33.12 ---> 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 ba330746a50a77a950460e0b4891860ef8473d4a"))
2026-05-15 09:33.12 ---> using "0b49d9c5d33265e52b08d514139ec3a7efff263621554bb891ac88b3da01b46a" 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.
2026-05-15 09:33.12 ---> using "b7ecd9b0118fa7e153c05dc4df3871f8f2c9ddbf76d9663cd7e4dde34de6053e" 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"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.3 (2 extra sources)
-> retrieved ocaml-config.3 (2 extra sources)
-> 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)
2026-05-15 09:33.12 ---> using "41faa638303766ca262e7de852394b2e57f78dd2e5175e14d2ec6673576b5d95" from cache
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 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-2026-05-15-0801.38-F-2026-05-10-0200.31.pdiff [361 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-15-0801.38-F-2026-05-10-0200.31.pdiff [361 kB]
- Fetched 614 kB in 3s (214 kB/s)
- Reading package lists...
-
2026-05-15 09:33.12 ---> using "83d06f9b290f8fa9acae9c92874804750322455980bdf3e52099776e128ec662" 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.23.0
The following actions will be performed:
=== install 1 package
- install dune 3.23.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0 (cached)
-> installed dune.3.23.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-15 09:33.12 ---> using "7265f30b092a56c7885cec35a3cbb57018b52ead97eb8ee5c84033684bc61948" 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.2026.03.24\
\nopam install -vy fstar.2026.03.24\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: fstar.2026.03.24 | 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.2026.03.24 is not installed.
The following actions will be performed:
=== install 33 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 fstar 2026.03.24
- 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 ... 21834 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- 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+b2) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-16) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/95: [batteries.3.10.0: extract]
Processing 3/95: [batteries.3.10.0: extract] [camlp-streams.5.0.1: extract]
-> retrieved conf-gmp.5 (cached)
Processing 4/95: [batteries.3.10.0: extract] [camlp-streams.5.0.1: extract]
Processing 5/95: [batteries.3.10.0: extract] [camlp-streams.5.0.1: extract]
Processing 6/95: [batteries.3.10.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract]
Processing 7/95: [batteries.3.10.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-gmp: sh]
Processing 8/95: [batteries.3.10.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved batteries.3.10.0 (cached)
Processing 8/95: [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 9/95: [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [fstar.2026.03.24: http] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved camlp-streams.5.0.1 (cached)
Processing 9/95: [cppo.1.8.0: extract] [fstar.2026.03.24: http] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 10/95: [cppo.1.8.0: extract] [fstar.2026.03.24: http] [gen.1.1: extract] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 11/95: [cppo.1.8.0: extract] [fstar.2026.03.24: http] [gen.1.1: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.8.0 (cached)
Processing 11/95: [fstar.2026.03.24: http] [gen.1.1: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 12/95: [fstar.2026.03.24: http] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 13/95: [fstar.2026.03.24: http] [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/95: [fstar.2026.03.24: http] [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/95: [fstar.2026.03.24: http] [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
- --verbose print additional information
- --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
- --solution print dependency graph solution in a simple 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
- --license print the specified module's license to stdout if known
- --exists-cflags add -DHAVE_FOO fragments to cflags for each found module
-
- filtering output:
-
- --msvc-syntax print translatable fragments in MSVC syntax
- --fragment-filter=types filter output fragments to the specified types
- --env=prefix print output as shell-compatible environmental variables
- --fragment-tree visualize printed CFLAGS/LIBS fragments as a tree
-
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled conf-pkg-config.4
Processing 14/95: [fstar.2026.03.24: http] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [cppo: dune build]
-> installed conf-pkg-config.4
Processing 15/95: [fstar.2026.03.24: http] [gen.1.1: extract] [memtrace.0.2.3: extract] [camlp-streams: dune build] [cppo: dune build]
-> retrieved gen.1.1 (cached)
Processing 15/95: [fstar.2026.03.24: http] [memtrace.0.2.3: extract] [camlp-streams: dune build] [cppo: dune build]
Processing 16/95: [fstar.2026.03.24: http] [memtrace.0.2.3: extract] [menhir.20260209 + 4 others: extract] [camlp-streams: dune build] [cppo: dune build]
-> retrieved memtrace.0.2.3 (cached)
Processing 16/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [camlp-streams: dune build] [cppo: dune build]
Processing 17/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [mtime.2.1.0: extract] [camlp-streams: dune build] [cppo: dune build]
Processing 18/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 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/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build]
Processing 19/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [num.1.6: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build]
-> retrieved num.1.6 (cached)
Processing 19/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build]
Processing 20/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [ocaml-compiler-libs.v0.17.0: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build]
Processing 21/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [ocaml-compiler-libs.v0.17.0: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern]
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
Processing 21/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern]
Processing 22/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [ocamlbuild.0.16.1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern]
Processing 23/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [ocamlbuild.0.16.1: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ocamlbuild.0.16.1 (cached)
Processing 23/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
Processing 24/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [ocamlfind.1.9.8: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
Processing 25/95: [fstar.2026.03.24: http] [menhir.20260209 + 4 others: extract] [ocamlfind.1.9.8: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
Processing 25/95: [fstar.2026.03.24: http] [ocamlfind.1.9.8: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 26/95: [fstar.2026.03.24: http] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 27/95: [fstar.2026.03.24: http] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 28/95: [fstar.2026.03.24: http] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 29/95: [fstar.2026.03.24: http] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 30/95: [fstar.2026.03.24: http] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 30/95: [fstar.2026.03.24: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [camlp-streams: dune build] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: 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" "camlp-streams" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/camlp-streams.5.0.1)
-> compiled camlp-streams.5.0.1
Processing 30/95: [fstar.2026.03.24: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
-> installed camlp-streams.5.0.1
Processing 31/95: [fstar.2026.03.24: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [cppo: dune build] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: 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" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cppo.1.8.0)
-> compiled cppo.1.8.0
Processing 31/95: [fstar.2026.03.24: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: 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 32/95: [fstar.2026.03.24: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [memtrace: dune build] [menhirCST: dune build] [menhirGLR: 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" "memtrace" "-j" "71" "@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 -cmi-file src/.memtrace.objs/byte/memtrace__Memprof_tracer.cmi -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 -cmi-file src/.memtrace.objs/byte/memtrace__Memprof_tracer.cmi -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 32/95: [fstar.2026.03.24: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
-> installed memtrace.0.2.3
Processing 33/95: [fstar.2026.03.24: extract] [ocamlfind.1.9.8: extract] [pprint.20230830: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
-> retrieved ocamlfind.1.9.8 (cached)
Processing 33/95: [fstar.2026.03.24: extract] [pprint.20230830: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 34/95: [fstar.2026.03.24: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 35/95: [fstar.2026.03.24: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-compiler-libs" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocaml-compiler-libs.v0.17.0)
-> compiled ocaml-compiler-libs.v0.17.0
Processing 35/95: [fstar.2026.03.24: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> installed ocaml-compiler-libs.v0.17.0
Processing 36/95: [fstar.2026.03.24: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
+ /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 36/95: [fstar.2026.03.24: extract] [pprint.20230830: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved pprint.20230830 (cached)
Processing 36/95: [fstar.2026.03.24: extract] [ppx_derivers.1.2.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
Processing 37/95: [fstar.2026.03.24: extract] [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
Processing 38/95: [fstar.2026.03.24: extract] [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [menhirCST: dune build] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirCST" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirCST.20260209)
-> compiled menhirCST.20260209
Processing 38/95: [fstar.2026.03.24: extract] [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
-> installed menhirCST.20260209
Processing 39/95: [fstar.2026.03.24: extract] [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
-> retrieved fstar.2026.03.24 (https://github.com/FStarLang/FStar/releases/download/v2026.03.24/fstar-v2026.03.24-src.tar.gz)
Processing 39/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
Processing 40/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhirGLR: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirGLR" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirGLR.20260209)
-> compiled menhirGLR.20260209
Processing 40/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
-> installed menhirGLR.20260209
Processing 41/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: 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.6)
- make -C src all
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/num.1.6/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.7~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.6/src'
- cp src/num-modern.install num.install
-> compiled num.1.6
Processing 41/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
-> installed num.1.6
Processing 42/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirLib.20260209)
-> compiled menhirLib.20260209
Processing 42/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
-> installed menhirLib.20260209
Processing 43/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirSdk.20260209)
-> compiled menhirSdk.20260209
Processing 43/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
-> installed menhirSdk.20260209
Processing 44/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
Processing 45/95: [ppx_derivers.1.2.1: extract] [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
-> retrieved ppx_derivers.1.2.1 (cached)
Processing 45/95: [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
Processing 46/95: [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [ppxlib.0.38.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build]
Processing 47/95: [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [ppxlib.0.38.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] [pprint: dune build] [ppx_derivers: 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 47/95: [ppx_deriving.6.1.1: extract] [ppx_deriving_yojson.3.10.0: extract] [ppxlib.0.38.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [pprint: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.6.1.1 (cached)
Processing 47/95: [ppx_deriving_yojson.3.10.0: extract] [ppxlib.0.38.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [pprint: dune build] [ppx_derivers: dune build]
Processing 48/95: [ppx_deriving_yojson.3.10.0: extract] [ppxlib.0.38.0: extract] [process.0.2.1: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [pprint: dune build] [ppx_derivers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "pprint" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/pprint.20230830)
-> compiled pprint.20230830
Processing 48/95: [ppx_deriving_yojson.3.10.0: extract] [ppxlib.0.38.0: extract] [process.0.2.1: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
-> installed pprint.20230830
Processing 49/95: [ppx_deriving_yojson.3.10.0: extract] [ppxlib.0.38.0: extract] [process.0.2.1: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
Processing 49/95: [ppxlib.0.38.0: extract] [process.0.2.1: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
Processing 50/95: [ppxlib.0.38.0: extract] [process.0.2.1: extract] [sedlex.3.7: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
-> retrieved process.0.2.1 (cached)
Processing 50/95: [ppxlib.0.38.0: extract] [sedlex.3.7: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
-> retrieved seq.base (cached)
Processing 51/95: [ppxlib.0.38.0: extract] [sedlex.3.7: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
Processing 52/95: [ppxlib.0.38.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
Processing 53/95: [ppxlib.0.38.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
-> installed seq.base
Processing 54/95: [ppxlib.0.38.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
Processing 55/95: [ppxlib.0.38.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
-> retrieved sedlex.3.7 (cached)
Processing 55/95: [ppxlib.0.38.0: extract] [sexplib0.v0.17.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
Processing 56/95: [ppxlib.0.38.0: extract] [sexplib0.v0.17.0: extract] [stdint.0.7.2: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.17.0 (cached)
Processing 56/95: [ppxlib.0.38.0: extract] [stdint.0.7.2: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
Processing 57/95: [ppxlib.0.38.0: extract] [stdint.0.7.2: extract] [stdlib-shims.0.3.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build]
Processing 58/95: [ppxlib.0.38.0: extract] [stdint.0.7.2: extract] [stdlib-shims.0.3.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdint.0.7.2 (cached)
Processing 58/95: [ppxlib.0.38.0: extract] [stdlib-shims.0.3.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 59/95: [ppxlib.0.38.0: extract] [stdlib-shims.0.3.0: extract] [topkg.1.1.1: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 60/95: [ppxlib.0.38.0: extract] [stdlib-shims.0.3.0: extract] [topkg.1.1.1: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build] [sexplib0: dune build] [stdint: dune build]
-> retrieved ppxlib.0.38.0 (cached)
Processing 60/95: [stdlib-shims.0.3.0: extract] [topkg.1.1.1: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build] [sexplib0: dune build] [stdint: dune build]
Processing 61/95: [stdlib-shims.0.3.0: extract] [topkg.1.1.1: extract] [yojson.3.0.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppx_derivers: dune build] [sexplib0: dune build] [stdint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled ppx_derivers.1.2.1
Processing 61/95: [stdlib-shims.0.3.0: extract] [topkg.1.1.1: extract] [yojson.3.0.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build]
-> installed ppx_derivers.1.2.1
Processing 62/95: [stdlib-shims.0.3.0: extract] [topkg.1.1.1: extract] [yojson.3.0.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build]
-> retrieved stdlib-shims.0.3.0 (cached)
Processing 62/95: [topkg.1.1.1: extract] [yojson.3.0.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build]
Processing 63/95: [topkg.1.1.1: extract] [yojson.3.0.0: extract] [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build]
Processing 64/95: [topkg.1.1.1: extract] [yojson.3.0.0: extract] [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
-> retrieved topkg.1.1.1 (cached)
Processing 64/95: [yojson.3.0.0: extract] [zarith.1.14: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
-> retrieved zarith.1.14 (cached)
Processing 64/95: [yojson.3.0.0: extract] [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
-> retrieved yojson.3.0.0 (cached)
Processing 64/95: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build] [stdlib-shims: dune build]
Processing 65/95: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [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" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled stdlib-shims.0.3.0
Processing 65/95: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [sexplib0: dune build] [stdint: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 66/95: [gen: dune build] [menhir: 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" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sexplib0.v0.17.0)
-> compiled sexplib0.v0.17.0
Processing 66/95: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [stdint: dune build] [yojson: dune build]
-> installed sexplib0.v0.17.0
Processing 67/95: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [stdint: dune build] [yojson: dune build]
Processing 68/95: [gen: dune build] [menhir: dune build] [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" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/gen.1.1)
-> compiled gen.1.1
Processing 68/95: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [stdint: dune build] [yojson: dune build]
-> installed gen.1.1
Processing 69/95: [menhir: dune build] [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" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdint.0.7.2)
-> compiled stdint.0.7.2
Processing 69/95: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [ppxlib: dune build] [yojson: dune build]
-> installed stdint.0.7.2
Processing 70/95: [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 70/95: [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" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/yojson.3.0.0)
-> compiled yojson.3.0.0
Processing 70/95: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [ppxlib: dune build]
-> installed yojson.3.0.0
Processing 71/95: [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 71/95: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
Processing 72/95: [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 72/95: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
Processing 73/95: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
Processing 74/95: [batteries: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
Processing 75/95: [batteries: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [zarith: ./configure]
-> installed base-bytes.base
Processing 76/95: [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 76/95: [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 76/95: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [zarith: make]
-> installed ocamlbuild.0.16.1
Processing 77/95: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [zarith: make]
Processing 78/95: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [process: make] [zarith: make]
Processing 79/95: [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 79/95: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
Processing 80/95: [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 80/95: [batteries: dune build] [menhir: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhir.20260209)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/driver/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict Parser.mly --compare-errors ParserMessages.auto.messages --compare-errors ParserMessages.messages) > _build/default/driver/stage2/ParserMessages.check
- Read 103 sample input sentences and 103 error messages.
- Read 103 sample input sentences and 50 error messages.
- (cd _build/default/driver/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict Parser.mly --compile-errors ParserMessages.messages) > _build/default/driver/stage2/ParserMessages.ml
- Read 103 sample input sentences and 50 error messages.
- (cd _build/default && driver/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v driver/stage2/Parser.mly --base driver/stage2/Parser --infer-read-reply driver/stage2/Parser__mock.mli.inferred)
- Grammar has 57 nonterminal symbols, among which 1 start symbols.
- Grammar has 38 terminal symbols.
- Grammar has 132 productions.
- Built an LR(0) automaton with 205 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 314 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.
- 158 out of 314 states have a default reduction.
- 110 out of 314 states are represented.
- 45 out of 98 symbols keep track of their start position.
- 40 out of 98 symbols keep track of their end position.
- The StackLang code contains 4186 instructions in 282 blocks.
- The StackLang code comprises 5 mutually recursive groups.
-> compiled menhir.20260209
Processing 80/95: [batteries: dune build] [ppxlib: dune build] [topkg: ocaml build] [zarith: make]
-> installed menhir.20260209
Processing 81/95: [batteries: 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 81/95: [batteries: dune build] [ppxlib: dune build] [topkg: ocaml build]
Processing 82/95: [batteries: 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 82/95: [batteries: dune build] [ppxlib: dune build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "batteries" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/batteries.3.10.0)
-> compiled batteries.3.10.0
Processing 82/95: [ppxlib: dune build] [topkg: ocaml build]
-> installed batteries.3.10.0
Processing 83/95: [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.1.1)
- + 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 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 ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- + 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): 3(83), max: 20, min: 2, average(total): 8.000(1.253) }
-> compiled topkg.1.1.1
Processing 83/95: [ppxlib: dune build]
-> installed topkg.1.1.1
Processing 84/95: [ppxlib: dune build]
Processing 85/95: [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 ocamlc -c -g -bin-annot -safe-string -I src -o src/mtime.cmo src/mtime.ml
- + 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 ocamlc -c -g -bin-annot -safe-string -I src/clock -I src -o src/clock/mtime_clock.cmo src/clock/mtime_clock.ml
- + 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 -I src src/mtime.cmxa -o src/mtime.cmxs
- + ocamlfind ocamlc -a -I src src/mtime.cmo -o src/mtime.cma
- + 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 -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 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
- # Parallel statistics: { count(total): 1(20), max: 6, min: 6, average(total): 6.000(1.250) }
-> compiled mtime.2.1.0
Processing 85/95: [ppxlib: dune build]
-> installed mtime.2.1.0
Processing 86/95: [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppxlib.0.38.0)
- File "dune-project", line 23, characters 2-42:
- 23 | (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=
- v0.15))) in 'depends' field. If you want to specify multiple constraints,
- combine them using (and ...).
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (duplicate_deps disabled))
-> compiled ppxlib.0.38.0
-> installed ppxlib.0.38.0
Processing 88/95: [ppx_deriving: dune build]
Processing 89/95: [ppx_deriving: dune build] [sedlex: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_deriving.6.1.1)
-> compiled ppx_deriving.6.1.1
Processing 89/95: [sedlex: dune build]
-> installed ppx_deriving.6.1.1
Processing 90/95: [sedlex: dune build]
Processing 91/95: [ppx_deriving_yojson: dune build] [sedlex: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sedlex" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sedlex.3.7)
-> compiled sedlex.3.7
Processing 91/95: [ppx_deriving_yojson: dune build]
-> installed sedlex.3.7
Processing 92/95: [ppx_deriving_yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving_yojson" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_deriving_yojson.3.10.0)
-> compiled ppx_deriving_yojson.3.10.0
-> installed ppx_deriving_yojson.3.10.0
Processing 94/95: [fstar: make 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j" "71" "ADMIT=1" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2026.03.24)
- DUNE BUILD
- INSTALL LIB SRC
- (cd _build/.sandbox/bc3198954e214ffe4ca994783cca717c/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 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/3494298ea4a6e37de2fd5f9df4e73e9c/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: 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.3-opam/.opam-switch/build/fstar.2026.03.24/src
- DEPEND /home/opam/.opam/5.3-opam/.opam-switch/build/fstar.2026.03.24/ulib
- CHECK Prims.fst
- CHECK FStar.Attributes.fsti
- CHECK FStar.Pervasives.Native.fst
- CHECK FStar.NormSteps.fsti
- CHECK FStar.NormSteps.fst
- LAXCHECK Prims.fst
- LAXCHECK FStar.Attributes.fsti
- LAXCHECK FStar.NormSteps.fsti
- LAXCHECK FStar.Pervasives.Native.fst
- LAXCHECK FStar.NormSteps.fst
- CHECK FStar.Pervasives.fsti
- LAXCHECK 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.Stubs.VConfig.fsti
- LAXCHECK FStar.Reflection.Const.fst
- LAXCHECK FStar.Squash.fsti
- LAXCHECK FStar.Stubs.TypeChecker.Core.fsti
- LAXCHECK FStarC.Reflection.V1.Interpreter.fsti
- LAXCHECK FStarC.Hooks.fsti
- LAXCHECK FStar.FunctionalExtensionality.fsti
- LAXCHECK FStarC.Reflection.V2.Interpreter.fsti
- LAXCHECK FStar.PropositionalExtensionality.fst
- LAXCHECK FStar.Math.Lemmas.fsti
- LAXCHECK FStar.Math.Lib.fst
- LAXCHECK FStar.Range.fsti
- LAXCHECK FStar.Sealed.Inhabited.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.Plugins.Base.fsti
- LAXCHECK FStarC.Options.Ext.fsti
- LAXCHECK FStarC.Platform.Base.fsti
- LAXCHECK FStarC.Find.fsti
- LAXCHECK FStarC.Filepath.fsti
- LAXCHECK FStarC.Debug.fsti
- LAXCHECK FStarC.OCaml.fsti
- LAXCHECK FStarC.Int.Extra.fsti
- LAXCHECK FStarC.Option.fsti
- LAXCHECK FStarC.Profiling.fsti
- LAXCHECK FStarC.Sealed.fst
- LAXCHECK FStarC.Timing.fsti
- LAXCHECK FStarC.Interactive.Ide.fsti
- LAXCHECK FStarC.Prettyprint.fsti
- LAXCHECK FStarC.Stats.fsti
- LAXCHECK FStarC.GenSym.fsti
- LAXCHECK FStarC.Misc.fsti
- LAXCHECK FStarC.EditDist.fsti
- LAXCHECK FStarC.Hints.fsti
- LAXCHECK FStarC.IMap.fsti
- LAXCHECK FStar.Monotonic.Witnessed.fsti
- LAXCHECK FStar.List.Tot.Base.fst
- LAXCHECK FStar.Monotonic.Pure.fst
- LAXCHECK FStar.Classical.Sugar.fst
- LAXCHECK FStar.TSet.fsti
- LAXCHECK FStar.PredicateExtensionality.fst
- LAXCHECK FStar.Stubs.Reflection.Types.fsti
- LAXCHECK FStarC.Plugins.fsti
- LAXCHECK FStar.Calc.fsti
- LAXCHECK FStarC.VConfig.fst
- LAXCHECK FStarC.Thunk.fst
- LAXCHECK FStarC.GenSym.fst
- LAXCHECK FStarC.Option.fst
- LAXCHECK FStar.IndefiniteDescription.fsti
- LAXCHECK FStar.ErasedLogic.fst
- LAXCHECK FStar.Ghost.fst
- LAXCHECK FStarC.Real.fsti
- LAXCHECK FStarC.Order.fst
- LAXCHECK FStarC.Format.fsti
- CHECK FStar.Prelude.fsti
- CHECK FStar.Pervasives.fst
- LAXCHECK FStar.Set.fst
- LAXCHECK FStar.Classical.fst
- LAXCHECK FStar.Monotonic.Witnessed.fst
- LAXCHECK FStarC.Common.fsti
- LAXCHECK FStar.Stubs.Syntax.Syntax.fsti
- LAXCHECK FStar.Stubs.Tactics.Types.Reflection.fsti
- LAXCHECK FStar.Reflection.TermEq.Simple.fsti
- LAXCHECK FStar.StrongExcludedMiddle.fst
- LAXCHECK FStar.IndefiniteDescription.fst
- LAXCHECK FStar.Squash.fst
- LAXCHECK FStar.Monotonic.Heap.fsti
- LAXCHECK FStar.Calc.fst
- LAXCHECK FStar.TSet.fst
- 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
- CHECK FStar.Reflection.Const.fst
- CHECK FStar.Classical.fsti
- CHECK FStar.PropositionalExtensionality.fst
- CHECK FStar.Exn.fst
- CHECK FStar.Real.fsti
- CHECK FStar.RefinementExtensionality.fsti
- CHECK FStar.FunctionalExtensionality.fsti
- CHECK FStar.Sequence.Base.fsti
- CHECK FStar.PartialMap.fsti
- CHECK FStar.DependentMap.fsti
- CHECK FStar.Bijection.fsti
- CHECK FStar.Functions.fsti
- CHECK FStar.Dyn.fsti
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.MarkovsPrinciple.fst
- CHECK FStar.Constructive.fst
- CHECK FStar.ImmutableArray.Base.fsti
- CHECK FStar.Universe.fsti
- CHECK FStar.Exception.fsti
- CHECK FStar.Parse.fst
- CHECK FStar.Date.fsti
- LAXCHECK FStar.Math.Lemmas.fst
- LAXCHECK FStarC.Errors.Codes.fst
- CHECK FStar.Math.Lemmas.fsti
- CHECK FStar.Math.Euclid.fsti
- CHECK FStar.Algebra.CommMonoid.fst
- CHECK FStar.Tactics.Canon.Lemmas.fsti
- CHECK FStar.Math.Lib.fst
- CHECK FStar.Range.fsti
- CHECK FStar.Sealed.Inhabited.fst
- CHECK FStar.Dyn.fst
- CHECK FStar.Monotonic.Witnessed.fsti
- CHECK FStar.Witnessed.Core.fsti
- CHECK FStar.List.Tot.Base.fst
- CHECK FStar.Monotonic.Pure.fst
- CHECK FStar.Algebra.CommMonoid.Equiv.fst
- CHECK FStar.Universe.fst
- LAXCHECK FStar.Seq.Base.fsti
- LAXCHECK FStar.List.Tot.Properties.fsti
- CHECK FStar.Classical.Sugar.fst
- CHECK FStar.IndefiniteDescription.fsti
- CHECK FStar.IFC.fsti
- CHECK FStar.ErasedLogic.fst
- CHECK FStar.Ghost.fst
- CHECK FStar.Cardinality.Cantor.fsti
- CHECK FStar.PartialMap.fst
- CHECK FStar.DependentMap.fst
- CHECK FStar.PredicateExtensionality.fst
- CHECK FStar.Stubs.Reflection.Types.fsti
- CHECK FStar.Calc.fsti
- CHECK FStar.Witnessed.Core.fst
- CHECK FStar.SquashProperties.fst
- CHECK FStar.Tactics.Canon.Lemmas.fst
- CHECK FStar.TSet.fsti
- CHECK FStar.Map.fsti
- CHECK FStar.Algebra.Monoid.fst
- CHECK FStar.PCM.fst
- CHECK FStar.GSet.fsti
- CHECK FStar.GhostSet.fsti
- CHECK FStar.Classical.fst
- CHECK FStar.Set.fst
- CHECK FStar.Monotonic.Witnessed.fst
- LAXCHECK FStar.Heap.fst
- LAXCHECK FStar.Monotonic.Heap.fst
- CHECK FStar.MSTTotal.fst
- CHECK FStar.Math.Fermat.fsti
- 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.StrongExcludedMiddle.fst
- CHECK FStar.IndefiniteDescription.fst
- CHECK FStar.WellFounded.fst
- CHECK FStar.Squash.fst
- CHECK FStar.Tactics.Logic.Lemmas.fst
- LAXCHECK FStar.BitVector.fsti
- CHECK FStar.RefinementExtensionality.fst
- LAXCHECK FStar.ST.fst
- CHECK FStar.IFC.fst
- CHECK FStar.Calc.fst
- CHECK FStar.Bijection.fst
- CHECK FStar.Cardinality.Universes.fst
- CHECK FStar.Functions.fst
- CHECK FStar.Monotonic.Heap.fsti
- CHECK FStar.TSet.fst
- LAXCHECK FStar.All.fsti
- CHECK FStar.GSet.fst
- CHECK FStar.GhostSet.fst
- CHECK FStar.Map.fst
- LAXCHECK FStar.UInt.fsti
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.WellFounded.Util.fsti
- CHECK FStar.LexicographicOrdering.fsti
- CHECK FStar.WellFoundedRelation.fsti
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.
-
- LAXCHECK FStar.List.Tot.fst
- LAXCHECK FStar.List.Tot.Properties.fst
- CHECK FStar.NMSTTotal.fst
- CHECK FStar.MST.fst
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.Sequence.Ambient.fst
- CHECK FStar.Sequence.Util.fst
- LAXCHECK FStar.List.fst
- LAXCHECK FStar.Seq.Properties.fsti
- LAXCHECK FStar.Seq.Base.fst
- * Warning 271 at /home/opam/.opam/5.3-opam/.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.Math.Lemmas.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.Sequence.fst
- * Warning 330 at /home/opam/.opam/5.3-opam/.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.3-opam/.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.Universe.PCM.fst
- * Warning 352 at /home/opam/.opam/5.3-opam/.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.WellFoundedRelation.fst
- LAXCHECK FStar.UInt32.fsti
- CHECK FStar.Sequence.Permutation.fsti
- CHECK FStar.NMST.fst
- CHECK FStar.LexicographicOrdering.fst
- LAXCHECK FStar.Char.fsti
- LAXCHECK FStar.UInt32.fst
- CHECK FStar.Sequence.Permutation.fst
- LAXCHECK FStar.Pprint.fsti
- LAXCHECK FStarC.BaseTypes.fsti
- LAXCHECK FStar.String.fsti
- LAXCHECK FStarC.String.fsti
- LAXCHECK FStar.Stubs.Reflection.V2.Data.fsti
- CHECK FStar.Heap.fst
- CHECK FStar.Monotonic.HyperHeap.fsti
- CHECK FStar.Monotonic.Heap.fst
- CHECK FStar.BitVector.fsti
- CHECK FStar.IntegerIntervals.fst
- LAXCHECK FStarC.Util.fsti
- LAXCHECK FStarC.Getopt.fsti
- LAXCHECK FStarC.Debug.fst
- LAXCHECK FStarC.EditDist.fst
- LAXCHECK FStar.Issue.fsti
- LAXCHECK FStar.Stubs.Errors.Msg.fsti
- LAXCHECK FStar.Seq.Properties.fst
- LAXCHECK FStar.Seq.fst
- CHECK FStar.Relational.Relational.fst
- CHECK FStar.ST.fst
- CHECK FStar.TwoLevelHeap.fst
- CHECK FStar.Axiomatic.Array.fst
- * Warning 330 at /home/opam/.opam/5.3-opam/.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.3-opam/.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
-
- LAXCHECK FStar.Stubs.Tactics.Common.fsti
- * Warning 352 at /home/opam/.opam/5.3-opam/.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 FStar.BitVector.fst
- LAXCHECK FStar.UInt.fst
- LAXCHECK FStar.Stubs.Tactics.Types.fsti
- LAXCHECK FStar.Reflection.V2.Compare.fsti
- LAXCHECK FStar.Stubs.Reflection.V2.Builtins.fsti
- LAXCHECK FStarC.Pprint.fsti
- LAXCHECK FStarC.Misc.fst
- LAXCHECK FStarC.StringBuffer.fsti
- LAXCHECK FStar.Tactics.Effect.fsti
- CHECK FStar.Monotonic.HyperStack.fsti
- LAXCHECK FStarC.Common.fst
- LAXCHECK FStarC.Find.Z3.fsti
- LAXCHECK FStar.Reflection.V2.Collect.fst
- LAXCHECK FStar.Reflection.TermEq.fsti
- CHECK FStar.All.fsti
- CHECK FStar.Ref.fst
- CHECK FStar.MRef.fsti
- * Warning 290 at /home/opam/.opam/5.3-opam/.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.Tactics.Typeclasses.fsti
- LAXCHECK FStar.Tactics.Util.fst
- LAXCHECK FStar.Stubs.Tactics.Unseal.fsti
- LAXCHECK FStar.Tactics.Names.fsti
- LAXCHECK FStar.Tactics.NamedView.fsti
- LAXCHECK FStar.Tactics.Effect.fst
- CHECK FStar.List.Tot.fst
- CHECK FStar.List.Pure.Properties.fst
- CHECK FStar.List.Tot.Properties.fst
- LAXCHECK FStar.Reflection.V2.Derived.Lemmas.fst
- LAXCHECK FStar.Reflection.V2.Derived.fst
- LAXCHECK FStar.Reflection.TermEq.fst
- LAXCHECK FStar.Reflection.TermEq.Simple.fst
- CHECK FStar.Relational.Comp.fst
- CHECK FStar.Option.fst
- CHECK FStar.MRef.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.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.Seq.Base.fst
- CHECK FStar.Sequence.Base.fst
- LAXCHECK FStarC.Class.Tagged.fst
- LAXCHECK FStarC.Class.PP.fsti
- LAXCHECK FStarC.Class.Ord.fsti
- LAXCHECK FStarC.Options.fsti
- CHECK FStar.UInt.fsti
- LAXCHECK FStarC.Platform.fsti
- LAXCHECK FStarC.Path.fsti
- LAXCHECK FStarC.Time.fsti
- LAXCHECK FStarC.Find.fst
- LAXCHECK FStarC.Class.Deq.fst
- LAXCHECK FStarC.Class.Monoid.fst
- LAXCHECK FStarC.Class.Show.fst
- LAXCHECK FStarC.Options.Ext.fst
- LAXCHECK FStarC.Errors.Msg.fst
- LAXCHECK FStar.Tactics.Visit.fst
- LAXCHECK FStarC.Class.Listlike.fst
- LAXCHECK FStar.Reflection.V2.Compare.fst
- LAXCHECK FStar.Reflection.V2.fst
- LAXCHECK FStarC.Writer.fsti
- LAXCHECK FStarC.Class.Monad.fst
- LAXCHECK FStarC.Path.fst
- LAXCHECK FStarC.Platform.fst
- LAXCHECK FStarC.OCaml.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.Stats.fst
- LAXCHECK FStarC.Real.fst
- LAXCHECK FStar.FunctionalExtensionality.fst
- LAXCHECK FStar.Tactics.V2.SyntaxCoercions.fst
- LAXCHECK FStar.Reflection.V2.Formula.fst
- LAXCHECK FStarC.Class.PP.fst
- LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fsti
- LAXCHECK FStar.Tactics.NamedView.fst
- LAXCHECK FStarC.Writer.fst
- LAXCHECK FStar.Tactics.Names.fst
- LAXCHECK FStarC.Class.HasRange.fsti
- LAXCHECK FStarC.Range.Ops.fsti
- LAXCHECK FStarC.Range.Type.fst
- * Warning 271 at /home/opam/.opam/5.3-opam/.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 271 at /home/opam/.opam/5.3-opam/.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.3-opam/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51)
-
- LAXCHECK FStarC.HashMap.fsti
- LAXCHECK FStarC.Class.Hashable.fst
- LAXCHECK FStarC.CList.fst
- LAXCHECK FStar.Tactics.V2.SyntaxHelpers.fst
- LAXCHECK FStarC.Ident.fsti
- CHECK FStar.FiniteSet.Ambient.fst
- CHECK FStar.FiniteMap.Base.fsti
- CHECK FStar.FiniteSet.Base.fst
- LAXCHECK FStarC.Range.fsti
- LAXCHECK FStarC.HashMap.fst
- LAXCHECK FStarC.FlatSet.fsti
- LAXCHECK FStarC.RBSet.fsti
- LAXCHECK FStarC.Class.Setlike.fst
- LAXCHECK FStarC.Options.fst
- LAXCHECK FStarC.Find.Z3.fst
- LAXCHECK FStarC.Profiling.fst
- LAXCHECK FStarC.Range.Ops.fst
- LAXCHECK FStarC.Errors.fsti
- LAXCHECK FStarC.Class.HasRange.fst
- LAXCHECK FStarC.Const.fsti
- LAXCHECK FStarC.Parser.Const.Tuples.fsti
- LAXCHECK FStarC.Interactive.CompletionTable.fsti
- LAXCHECK FStarC.Ident.fst
- LAXCHECK FStarC.RBSet.fst
- LAXCHECK FStarC.FlatSet.fst
- LAXCHECK FStar.Tactics.V2.Derived.fst
- CHECK FStar.List.Pure.fst
- LAXCHECK FStarC.Parser.Const.Tuples.fst
- CHECK FStar.HyperStack.fst
- CHECK FStar.Monotonic.HyperStack.fst
- LAXCHECK FStarC.Interactive.CompletionTable.fst
- LAXCHECK FStarC.Syntax.Syntax.fsti
- LAXCHECK FStarC.Parser.Const.fst
- LAXCHECK FStarC.Extraction.ML.Syntax.fsti
- LAXCHECK FStarC.Const.fst
- LAXCHECK FStarC.Plugins.fst
- LAXCHECK FStarC.Interactive.JsonHelper.fsti
- LAXCHECK FStarC.Errors.fst
- CHECK FStar.FiniteMap.Ambient.fst
- CHECK FStar.OrdSet.fst
- CHECK FStar.OrdMap.fsti
- CHECK FStar.OrdSetProps.fst
- CHECK FStar.HyperStack.ST.fsti
- CHECK FStar.Util.fst
- LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fsti
- LAXCHECK FStarC.Extraction.ML.PrintML.fsti
- LAXCHECK FStarC.Extraction.ML.Code.fsti
- LAXCHECK FStarC.Extraction.ML.PrintFS.fsti
- LAXCHECK FStarC.Extraction.ML.Syntax.fst
- * Warning 271 at /home/opam/.opam/5.3-opam/.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.OrdMapProps.fst
- CHECK FStar.OrdMap.fst
- LAXCHECK FStarC.Extraction.ML.RemoveUnusedParameters.fst
- LAXCHECK FStarC.Extraction.ML.PrintFS.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
- CHECK FStar.Monotonic.DependentMap.fsti
- CHECK FStar.HyperStack.ST.fst
- LAXCHECK FStar.Tactics.Typeclasses.fst
- CHECK FStar.UInt32.fsti
- CHECK FStar.BV.fsti
- CHECK FStar.Seq.fst
- CHECK FStar.Seq.Equiv.fsti
- CHECK FStar.Seq.Properties.fst
- CHECK LowStar.Comment.fst
- CHECK FStar.HyperStack.IO.fst
- LAXCHECK FStarC.Parser.AST.fsti
- LAXCHECK FStarC.Class.Binders.fsti
- LAXCHECK FStarC.TypeChecker.Common.fsti
- LAXCHECK FStarC.Syntax.Embeddings.Base.fsti
- LAXCHECK FStarC.Tactics.Common.fsti
- LAXCHECK FStarC.Syntax.TermHashTable.fsti
- LAXCHECK FStarC.Reflection.V1.Data.fsti
- LAXCHECK FStarC.Syntax.VisitM.fsti
- LAXCHECK FStarC.Syntax.Subst.fsti
- LAXCHECK FStarC.Reflection.V2.Data.fsti
- LAXCHECK FStarC.SMTEncoding.Term.fsti
- LAXCHECK FStarC.Syntax.Formula.fsti
- LAXCHECK FStarC.Syntax.Unionfind.fsti
- LAXCHECK FStarC.Syntax.Free.fsti
- LAXCHECK FStarC.Reflection.V2.Constants.fst
- LAXCHECK FStarC.Syntax.Hash.fsti
- LAXCHECK FStarC.Syntax.Print.Ugly.fsti
- LAXCHECK FStarC.Reflection.V1.Constants.fst
- LAXCHECK FStarC.Syntax.InstFV.fsti
- LAXCHECK FStarC.Parser.Const.ExtractAs.fsti
- LAXCHECK FStarC.Syntax.Visit.fsti
- LAXCHECK FStarC.Syntax.MutRecTy.fsti
- LAXCHECK FStarC.Syntax.Compress.fsti
- LAXCHECK FStarC.Syntax.Syntax.fst
- CHECK FStar.Int.fsti
- CHECK FStar.BitVector.fst
- CHECK FStar.FunctionalQueue.fsti
- CHECK FStar.Array.fsti
- CHECK FStar.UInt.fst
- CHECK FStar.Sequence.Seq.fsti
- CHECK FStar.Fin.fsti
- CHECK FStar.Seq.Sorted.fst
- CHECK FStar.Monotonic.Seq.fst
- CHECK FStar.Matrix2.fsti
- LAXCHECK FStarC.Defensive.fsti
- LAXCHECK FStarC.Syntax.Unionfind.fst
- LAXCHECK FStarC.Syntax.Util.fsti
- LAXCHECK FStarC.Syntax.Subst.fst
- LAXCHECK FStarC.Tactics.Common.fst
- LAXCHECK FStarC.Syntax.InstFV.fst
- LAXCHECK FStarC.Syntax.VisitM.fst
- LAXCHECK FStarC.Syntax.Visit.fst
- LAXCHECK FStarC.Syntax.Free.fst
- LAXCHECK FStarC.Class.Binders.fst
- CHECK FStar.Seq.Permutation.fsti
- CHECK FStar.Seq.Equiv.fst
- LAXCHECK FStarC.Syntax.Embeddings.fsti
- LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fsti
- CHECK FStar.Sequence.Seq.fst
- LAXCHECK FStarC.Reflection.V1.Data.fst
- CHECK FStar.FunctionalQueue.fst
- CHECK FStar.Monotonic.DependentMap.fst
- CHECK FStar.Fin.fst
- LAXCHECK FStarC.Syntax.Embeddings.AppEmb.fst
- CHECK FStar.BV.fst
- CHECK FStar.Tactics.BV.Lemmas.fsti
- CHECK FStar.Array.fst
- LAXCHECK FStarC.Reflection.V2.Data.fst
- LAXCHECK FStarC.Syntax.Hash.fst
- LAXCHECK FStarC.Syntax.Print.Ugly.fst
- LAXCHECK FStarC.Syntax.MutRecTy.fst
- LAXCHECK FStarC.Parser.Const.ExtractAs.fst
- LAXCHECK FStarC.Syntax.Util.fst
- CHECK FStar.UInt16.fsti
- CHECK FStar.UInt64.fsti
- CHECK FStar.UInt8.fsti
- CHECK FStar.Char.fsti
- CHECK FStar.Vector.Base.fsti
- CHECK FStar.Buffer.fst
- CHECK FStar.UInt32.fst
- CHECK FStar.Algebra.CommMonoid.Fold.fsti
- CHECK FStar.Seq.Permutation.fst
- LAXCHECK FStarC.SMTEncoding.UnsatCore.fsti
- LAXCHECK FStarC.SMTEncoding.Pruning.fsti
- LAXCHECK FStarC.SMTEncoding.Term.fst
- LAXCHECK FStarC.SMTEncoding.SolverState.fsti
- LAXCHECK FStarC.SMTEncoding.UnsatCore.fst
- LAXCHECK FStarC.SMTEncoding.Pruning.fst
- CHECK FStar.Pprint.fsti
- CHECK FStar.Stubs.Reflection.V2.Data.fsti
- CHECK FStar.String.fsti
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.Int16.fsti
- CHECK FStar.Int64.fsti
- CHECK FStar.Int32.fsti
- CHECK FStar.Int8.fsti
- CHECK FStar.Int.fst
- LAXCHECK FStarC.Parser.Dep.fsti
- LAXCHECK FStarC.Parser.AST.Util.fsti
- LAXCHECK FStarC.Parser.ToDocument.fsti
- LAXCHECK FStarC.Parser.AST.Diff.fsti
- LAXCHECK FStarC.Parser.AST.fst
- CHECK FStar.Tactics.BV.Lemmas.fst
- CHECK FStar.Matrix.fsti
- CHECK FStar.Algebra.CommMonoid.Fold.Nested.fsti
- CHECK FStar.Algebra.CommMonoid.Fold.fst
- CHECK FStar.UInt64.fst
- CHECK FStar.UInt128.fsti
- CHECK FStar.SizeT.fsti
- CHECK FStar.UInt16.fst
- CHECK FStar.Vector.Properties.fst
- CHECK FStar.Vector.Base.fst
- LAXCHECK FStarC.SMTEncoding.Z3.fsti
- LAXCHECK FStarC.Parser.ToDocument.fst
- LAXCHECK FStarC.Parser.AST.Diff.fst
- CHECK FStar.UInt8.fst
- CHECK FStar.Endianness.fsti
- CHECK FStar.IO.fsti
- CHECK FStar.Issue.fsti
- CHECK FStar.Stubs.Errors.Msg.fsti
- LAXCHECK FStarC.Syntax.DsEnv.fsti
- LAXCHECK FStarC.Dependencies.fsti
- LAXCHECK FStarC.Parser.AST.Util.fst
- LAXCHECK FStarC.Parser.ParseIt.fsti
- LAXCHECK FStarC.SMTEncoding.Z3.fst
- LAXCHECK FStarC.Dependencies.fst
- CHECK FStar.Vector.fst
- CHECK FStar.Error.fst
- CHECK FStar.Int16.fst
- CHECK FStar.PtrdiffT.fsti
- LAXCHECK FStarC.Parser.Driver.fsti
- CHECK FStar.Int32.fst
- LAXCHECK FStarC.TypeChecker.Env.fsti
- LAXCHECK FStarC.Syntax.Print.fsti
- LAXCHECK FStarC.ToSyntax.ToSyntax.fsti
- LAXCHECK FStarC.ToSyntax.TickedVars.fsti
- LAXCHECK FStarC.ToSyntax.Interleave.fsti
- CHECK FStar.Int8.fst
- LAXCHECK FStarC.Syntax.Print.Pretty.fsti
- LAXCHECK FStarC.Syntax.DsEnv.fst
- LAXCHECK FStarC.Syntax.Resugar.fsti
- CHECK FStar.Stubs.Tactics.Common.fsti
- CHECK FStar.Int128.fsti
- CHECK FStar.Int.Cast.fst
- CHECK FStar.Printf.fst
- CHECK FStar.Int64.fst
- LAXCHECK FStarC.ToSyntax.Interleave.fst
- LAXCHECK FStarC.ToSyntax.TickedVars.fst
- CHECK FStar.Stubs.Tactics.Types.fsti
- CHECK FStar.Stubs.Reflection.V2.Builtins.fsti
- CHECK FStar.Reflection.V2.Compare.fsti
- LAXCHECK FStarC.Parser.Dep.fst
- LAXCHECK FStarC.Prettyprint.fst
- LAXCHECK FStarC.Parser.Driver.fst
- LAXCHECK FStarC.Defensive.fst
- LAXCHECK FStarC.Syntax.Embeddings.Base.fst
- LAXCHECK FStarC.Syntax.Print.fst
- LAXCHECK FStarC.Syntax.Compress.fst
- LAXCHECK FStarC.TypeChecker.Common.fst
- LAXCHECK FStarC.Syntax.Formula.fst
- LAXCHECK FStarC.Syntax.Embeddings.fst
- LAXCHECK FStarC.Syntax.Resugar.fst
- LAXCHECK FStarC.Syntax.Print.Pretty.fst
- CHECK FStar.Tactics.Effect.fsti
- LAXCHECK FStarC.ToSyntax.ToSyntax.fst
- * Warning 271 at /home/opam/.opam/5.3-opam/.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 271 at /home/opam/.opam/5.3-opam/.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.3-opam/.opam-switch/build/fstar.2026.03.24/ulib/FStar.UInt.fsti(436,8-436,51)
-
- CHECK FStar.Reflection.V2.Collect.fst
- CHECK FStar.Stubs.Reflection.V1.Data.fsti
- CHECK FStar.Reflection.V1.Compare.fsti
- CHECK FStar.Reflection.TermEq.fsti
- CHECK LowStar.Monotonic.Buffer.fsti
- CHECK FStar.Pointer.Base.fsti
- * Warning 328 at /home/opam/.opam/5.3-opam/.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.3-opam/.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.3-opam/.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.3-opam/.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.3-opam/.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.Endianness.fst
- CHECK FStar.Integers.fst
- CHECK FStar.Int128.fst
- CHECK FStar.Matrix.fst
- CHECK FStar.Algebra.CommMonoid.Fold.Nested.fst
- CHECK FStar.Reflection.V2.Derived.fst
- CHECK FStar.Reflection.V2.Derived.Lemmas.fst
- CHECK FStar.Reflection.TermEq.Simple.fst
- CHECK FStar.Reflection.TermEq.fst
- * Warning 319 at /home/opam/.opam/5.3-opam/.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
-
- * Warning 328 at /home/opam/.opam/5.3-opam/.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
-
- * Warning 319 at /home/opam/.opam/5.3-opam/.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
-
- 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.Tactics.Names.fsti
- CHECK FStar.Tactics.Effect.fst
- CHECK FStar.InteractiveHelpers.Propositions.fsti
- CHECK FStar.Tactics.Canon.fsti
- CHECK FStar.Tactics.Parametricity.fsti
- CHECK FStar.Tactics.BV.fsti
- CHECK FStar.Tactics.MkProjectors.fsti
- LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.fsti
- LAXCHECK FStarC.Tactics.Hooks.fsti
- LAXCHECK FStarC.TypeChecker.PatternUtils.fsti
- LAXCHECK FStarC.TypeChecker.Core.fsti
- LAXCHECK FStarC.Reflection.V2.Embeddings.fsti
- LAXCHECK FStarC.TypeChecker.Rel.fsti
- LAXCHECK FStarC.TypeChecker.Util.fsti
- LAXCHECK FStarC.Extraction.ML.UEnv.fsti
- LAXCHECK FStarC.SMTEncoding.Util.fsti
- LAXCHECK FStarC.Reflection.V2.Builtins.fsti
- LAXCHECK FStarC.TypeChecker.Quals.fsti
- LAXCHECK FStarC.TypeChecker.Positivity.fsti
- LAXCHECK FStarC.TypeChecker.Err.fsti
- LAXCHECK FStarC.Reflection.V1.Builtins.fsti
- LAXCHECK FStarC.TypeChecker.TcEffect.fsti
- LAXCHECK FStarC.TypeChecker.DMFF.fsti
- LAXCHECK FStarC.TypeChecker.Generalize.fsti
- LAXCHECK FStarC.Reflection.V1.Embeddings.fsti
- LAXCHECK FStarC.TypeChecker.Tc.fsti
- LAXCHECK FStarC.SMTEncoding.Solver.fsti
- LAXCHECK FStarC.Interactive.JsonHelper.fst
- LAXCHECK FStarC.SMTEncoding.SolverState.fst
- LAXCHECK FStarC.SMTEncoding.Solver.Cache.fsti
- LAXCHECK FStarC.TypeChecker.DeferredImplicits.fsti
- LAXCHECK FStarC.TypeChecker.Env.fst
- CHECK FStar.Class.Eq.Raw.fst
- CHECK FStar.Class.TotalOrder.Raw.fst
- CHECK FStar.Class.Printable.fst
- CHECK FStar.Class.Add.fst
- CHECK FStar.SizeT.fst
- CHECK FStar.Int.Cast.Full.fst
- LAXCHECK FStarC.SMTEncoding.Solver.Cache.fst
- LAXCHECK FStarC.Tactics.Types.Reflection.fsti
- CHECK FStar.Stubs.Reflection.V1.Builtins.fsti
- CHECK FStar.Math.Euclid.fst
- CHECK FStar.Stubs.Tactics.V2.Builtins.fsti
- LAXCHECK FStarC.TypeChecker.NBETerm.fsti
- LAXCHECK FStarC.TypeChecker.TermEqAndSimplify.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
- LAXCHECK FStarC.TypeChecker.DeferredImplicits.fst
- LAXCHECK FStarC.Reflection.V2.Embeddings.fst
- CHECK FStar.Class.Ord.Raw.fsti
- CHECK FStar.Class.Eq.fst
- LAXCHECK FStarC.Reflection.V1.Embeddings.fst
- LAXCHECK FStarC.SMTEncoding.Env.fst
- LAXCHECK FStarC.SMTEncoding.ErrorReporting.fsti
- LAXCHECK FStarC.SMTEncoding.Util.fst
- LAXCHECK FStarC.TypeChecker.PatternUtils.fst
- LAXCHECK FStarC.TypeChecker.TcTerm.fsti
- LAXCHECK FStarC.TypeChecker.TcInductive.fsti
- CHECK FStar.Tactics.Visit.fst
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.3-opam/.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
-
- LAXCHECK FStarC.Extraction.ML.Util.fst
- LAXCHECK FStarC.Extraction.ML.Code.fst
- LAXCHECK FStarC.Extraction.Krml.fst
- LAXCHECK FStarC.SMTEncoding.ErrorReporting.fst
- LAXCHECK FStarC.TypeChecker.Primops.Base.fsti
- LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fsti
- LAXCHECK FStarC.MachineInts.fsti
- LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fsti
- LAXCHECK FStarC.TypeChecker.NBETerm.fst
- CHECK FStar.RBMap.fsti
- CHECK FStar.RBSet.fsti
- CHECK FStar.Class.Ord.Raw.fst
- CHECK FStar.Stubs.Tactics.V1.Builtins.fsti
- CHECK FStar.Reflection.V1.Derived.fst
- CHECK FStar.Tactics.V2.SyntaxCoercions.fst
- CHECK FStar.Reflection.V2.Formula.fst
- 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.Reflection.V2.fst
- CHECK FStar.Reflection.V2.Compare.fst
- CHECK FStar.PtrdiffT.fst
- LAXCHECK FStarC.Tactics.Types.Reflection.fst
- LAXCHECK FStarC.Reflection.V2.NBEEmbeddings.fst
- CHECK FStar.RBMap.fst
- LAXCHECK FStarC.Reflection.V1.NBEEmbeddings.fst
- CHECK FStar.Tactics.MApply.fsti
- LAXCHECK FStarC.MachineInts.fst
- CHECK FStar.ConstantTime.Integers.fsti
- 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.RBSet.fst
- CHECK FStar.Tactics.Names.fst
- LAXCHECK FStarC.TypeChecker.Primops.Sealed.fsti
- LAXCHECK FStarC.TypeChecker.Primops.fsti
- LAXCHECK FStarC.Tactics.V2.Primops.fsti
- LAXCHECK FStarC.Tactics.V1.Primops.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Eq.fsti
- CHECK FStar.Reflection.V1.Derived.Lemmas.fst
- LAXCHECK FStarC.TypeChecker.Primops.Array.fsti
- CHECK FStar.Reflection.V1.Formula.fst
- LAXCHECK FStarC.TypeChecker.Primops.Range.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Real.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Issue.fsti
- LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Docs.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Erased.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Errors.Msg.fsti
- LAXCHECK FStarC.TypeChecker.Primops.Base.fst
- LAXCHECK FStarC.CheckedFiles.fsti
- LAXCHECK FStarC.SMTEncoding.EncodeTerm.fsti
- LAXCHECK FStarC.SMTEncoding.Encode.fsti
- CHECK FStar.Tactics.MApply.fst
- * Warning 328 at /home/opam/.opam/5.3-opam/.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
-
- CHECK FStar.Tactics.SyntaxHelpers.fst
- CHECK FStar.Tactics.V2.SyntaxHelpers.fst
- LAXCHECK FStarC.Tactics.Types.fsti
- LAXCHECK FStarC.TypeChecker.Cfg.fsti
- CHECK FStar.Class.Embeddable.fst
- LAXCHECK FStarC.TypeChecker.Primops.Sealed.fst
- LAXCHECK FStarC.TypeChecker.Primops.Array.fst
- LAXCHECK FStarC.TypeChecker.Primops.Issue.fst
- LAXCHECK FStarC.TypeChecker.Primops.Range.fst
- LAXCHECK FStarC.TypeChecker.Primops.Erased.fst
- LAXCHECK FStarC.TypeChecker.Primops.Eq.fst
- * Warning 271 at /home/opam/.opam/5.3-opam/.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
-
- LAXCHECK FStarC.TypeChecker.Primops.Docs.fst
- LAXCHECK FStarC.TypeChecker.Primops.MachineInts.fst
- LAXCHECK FStarC.Universal.fsti
- LAXCHECK FStarC.CheckedFiles.fst
- LAXCHECK FStarC.TypeChecker.Primops.Errors.Msg.fst
- LAXCHECK FStarC.TypeChecker.Primops.fst
- LAXCHECK FStarC.TypeChecker.Primops.Real.fst
- LAXCHECK FStarC.SMTEncoding.Solver.fst
- CHECK FStar.Reflection.V1.fst
- * Warning 328 at /home/opam/.opam/5.3-opam/.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
-
- CHECK FStar.ConstantTime.Integers.fst
- CHECK FStar.Tactics.V2.Logic.fsti
- CHECK FStar.Tactics.V2.Derived.fst
- CHECK FStar.Reflection.Formula.fst
- LAXCHECK FStarC.Interactive.Ide.Types.fsti
- LAXCHECK FStarC.Tactics.Result.fsti
- LAXCHECK FStarC.Tactics.Printing.fsti
- LAXCHECK FStarC.Tactics.Embedding.fsti
- LAXCHECK FStarC.Tactics.Types.fst
- LAXCHECK FStarC.Tactics.Native.fsti
- * Warning 318 at /home/opam/.opam/5.3-opam/.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
-
- LAXCHECK FStarC.TypeChecker.Normalize.fsti
- LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fsti
- LAXCHECK FStarC.Reflection.V2.Interpreter.fst
- LAXCHECK FStarC.TypeChecker.Cfg.fst
- LAXCHECK FStarC.Reflection.V1.Interpreter.fst
- CHECK FStar.Tactics.V1.Logic.fsti
- CHECK FStar.Tactics.V1.SyntaxHelpers.fst
- LAXCHECK FStarC.Tactics.Embedding.fst
- LAXCHECK FStarC.Tactics.Printing.fst
- LAXCHECK FStarC.Tactics.Monad.fsti
- LAXCHECK FStarC.Tactics.Result.fst
- LAXCHECK FStarC.TypeChecker.Normalize.Unfolding.fst
- LAXCHECK FStarC.SMTEncoding.EncodeTerm.fst
- LAXCHECK FStarC.TypeChecker.Err.fst
- LAXCHECK FStarC.TypeChecker.TcEffect.fst
- LAXCHECK FStarC.TypeChecker.NBE.fsti
- LAXCHECK FStarC.TypeChecker.Generalize.fst
- LAXCHECK FStarC.Extraction.ML.Modul.fst
- LAXCHECK FStarC.Reflection.V1.Builtins.fst
- LAXCHECK FStarC.TypeChecker.Util.fst
- LAXCHECK FStarC.Extraction.ML.Term.fst
- LAXCHECK FStarC.TypeChecker.Quals.fst
- LAXCHECK FStarC.TypeChecker.Tc.fst
- LAXCHECK FStarC.TypeChecker.TcTerm.fst
- LAXCHECK FStarC.SMTEncoding.Encode.fst
- LAXCHECK FStarC.TypeChecker.DMFF.fst
- LAXCHECK FStarC.TypeChecker.Positivity.fst
- LAXCHECK FStarC.TypeChecker.Core.fst
- LAXCHECK FStarC.TypeChecker.TcInductive.fst
- LAXCHECK FStarC.TypeChecker.Normalize.fst
- LAXCHECK FStarC.Reflection.V2.Builtins.fst
- LAXCHECK FStarC.TypeChecker.Rel.fst
- CHECK FStar.Tactics.Logic.fst
- LAXCHECK FStarC.Interactive.Ide.Types.fst
- LAXCHECK FStarC.Interactive.QueryHelper.fsti
- LAXCHECK FStarC.Interactive.Incremental.fsti
- LAXCHECK FStarC.Interactive.PushHelper.fsti
- CHECK FStar.Tactics.V1.Derived.fst
- LAXCHECK FStarC.Tactics.V2.Basic.fsti
- LAXCHECK FStarC.Tactics.Interpreter.fsti
- LAXCHECK FStarC.Tactics.V1.Basic.fsti
- LAXCHECK FStarC.Tactics.CtrlRewrite.fsti
- LAXCHECK FStarC.Tactics.InterpFuns.fsti
- LAXCHECK FStarC.Tactics.Monad.fst
- LAXCHECK FStarC.TypeChecker.NBE.fst
- CHECK FStar.Pointer.Derived1.fsti
- CHECK FStar.Pointer.Base.fst
- * Warning 328 at /home/opam/.opam/5.3-opam/.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.3-opam/.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.3-opam/.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
-
- LAXCHECK FStarC.Main.fst
- LAXCHECK FStarC.Hooks.fst
- LAXCHECK FStarC.Universal.fst
- LAXCHECK FStarC.Interactive.PushHelper.fst
- LAXCHECK FStarC.Tactics.V1.Basic.fst
- LAXCHECK FStarC.Interactive.QueryHelper.fst
- LAXCHECK FStarC.Interactive.Ide.fst
- LAXCHECK FStarC.Interactive.Incremental.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
- CHECK FStar.Buffer.Quantifiers.fst
- CHECK FStar.Modifies.fsti
- * Warning 319 at /home/opam/.opam/5.3-opam/.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
-
- LAXCHECK FStarC.Tactics.Hooks.fst
- LAXCHECK FStarC.Tactics.V2.Basic.fst
- * Warning 319 at /home/opam/.opam/5.3-opam/.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.3-opam/.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
-
- LAXCHECK FStarC.Tactics.InterpFuns.fst
- LAXCHECK FStarC.Extraction.ML.RegEmb.fst
- LAXCHECK FStarC.Tactics.Interpreter.fst
- LAXCHECK FStarC.Tactics.CtrlRewrite.fst
- LAXCHECK FStarC.Tactics.V2.Primops.fst
- LAXCHECK FStarC.Tactics.V1.Primops.fst
- * Warning 271 at /home/opam/.opam/5.3-opam/.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
-
- 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
- * Warning 328 at /home/opam/.opam/5.3-opam/.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 328 at /home/opam/.opam/5.3-opam/.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.3-opam/.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 LowStar.Modifies.fst
- CHECK LowStar.BufferOps.fst
- CHECK LowStar.ImmutableBuffer.fst
- CHECK LowStar.BufferCompat.fst
- CHECK FStar.Pointer.Derived2.fsti
- CHECK FStar.Pointer.Derived3.fsti
- CHECK FStar.Pointer.Derived1.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
- CHECK LowStar.BufferView.fst
- CHECK FStar.Bytes.fsti
- CHECK LowStar.Vector.fst
- CHECK LowStar.ModifiesPat.fst
- CHECK LowStar.Regional.fst
- CHECK FStar.Tactics.V1.Logic.fst
- CHECK FStar.Tactics.V1.fsti
- CHECK LowStar.BufferView.Down.fst
- CHECK LowStar.BufferView.Up.fsti
- CHECK LowStar.Endianness.fst
- CHECK LowStar.ToFStarBuffer.fst
- CHECK FStar.Modifies.fst
- CHECK FStar.Pointer.Derived3.fst
- CHECK FStar.Pointer.Derived2.fst
- CHECK FStar.Pointer.fst
- CHECK FStar.Tactics.CheckLN.fst
- CHECK FStar.Tactics.PrettifyType.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.TypeRepr.fst
- CHECK FStar.Reflection.Typing.fst
- * Warning 288 at /home/opam/.opam/5.3-opam/.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.3-opam/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- * Warning 288 at /home/opam/.opam/5.3-opam/.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.3-opam/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- * Warning 288 at /home/opam/.opam/5.3-opam/.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.3-opam/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- * Warning 288 at /home/opam/.opam/5.3-opam/.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.3-opam/.opam-switch/build/fstar.2026.03.24/ulib/Prims.fst(289,5-289,13)
-
- CHECK FStar.TaggedUnion.fsti
- CHECK FStar.BufferNG.fst
- * Warning 318 at /home/opam/.opam/5.3-opam/.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
-
- CHECK FStar.InteractiveHelpers.Base.fst
- CHECK FStar.Tactics.BreakVC.fsti
- CHECK FStar.WellFounded.Util.fst
- CHECK FStar.Tactics.PatternMatching.fst
- CHECK FStar.Pure.BreakVC.fsti
- * Warning 318 at /home/opam/.opam/5.3-opam/.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
-
- CHECK LowStar.BufferView.Up.fst
- CHECK FStar.Crypto.fst
- CHECK FStar.Udp.fsti
- CHECK FStar.Tcp.fsti
- CHECK FStar.Tactics.Arith.fst
- CHECK FStar.Tactics.Canon.fst
- CHECK FStar.Tactics.BV.fst
- CHECK LowStar.ConstBuffer.fsti
- CHECK LowStar.UninitializedBuffer.fst
- CHECK LowStar.Literal.fsti
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.3-opam/.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
-
- CHECK FStar.Tactics.BreakVC.fst
- CHECK FStar.Pure.BreakVC.fst
- CHECK FStar.TaggedUnion.fst
- CHECK LowStar.ConstBuffer.fst
- CHECK FStar.InteractiveHelpers.ExploreTerm.fst
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.3-opam/.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.3-opam/.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
-
- CHECK LowStar.PrefixFreezableBuffer.fst
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.RVector.fst
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.3-opam/.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.3-opam/.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
-
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.3-opam/.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
-
- CHECK FStar.InteractiveHelpers.PostProcess.fst
- * Warning 318 at /home/opam/.opam/5.3-opam/.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.3-opam/.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
-
- CHECK FStar.Math.Fermat.fst
- CHECK LowStar.Regional.Instances.fst
- CHECK FStar.InteractiveHelpers.fst
- DONE CHECK FSTARC
- * Warning 318 at /home/opam/.opam/5.3-opam/.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
Processing 95/95: [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.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.
<><> 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-05-15 09:36.37 ---> saved as "28881281237be58afa9ba73e3d1d475cf5432febf457513c75c2da664573f7c8"
Job succeeded