F* nightly build #118
nightly.yml
on: schedule
build-all
/
...
/
build
18m 38s
build-all
/
...
/
build
18m 58s
build-all
/
...
/
build
1m 59s
Matrix: build-all / linux / smoke_test
Matrix: build-all / macos / smoke_test
publish
1m 4s
Annotations
30 warnings
build-all / windows / build:
FStar.NMST.fst#L200
(330) * Warning 330 at C:\gh\3\_work\FStar\FStar\fstar\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
|
build-all / windows / build:
FStar.TSet.fst#L27
(318) * Warning 318 at C:\gh\3\_work\FStar\FStar\fstar\ulib\FStar.TSet.fst(27,4-27,7):
- Values of type `set` cannot be erased during extraction, but the
`must_erase_for_extraction` attribute claims that it can.
- Please remove the attribute.
|
build-all / windows / build:
FStar.GSet.fst#L23
(318) * Warning 318 at C:\gh\3\_work\FStar\FStar\fstar\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.
|
build-all / windows / build:
FStar.MST.fst#L247
(352) * Warning 352 at C:\gh\3\_work\FStar\FStar\fstar\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
|
build-all / windows / build:
FStar.MST.fst#L222
(330) * Warning 330 at C:\gh\3\_work\FStar\FStar\fstar\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
|
build-all / windows / build:
FStar.GhostSet.fst#L23
(318) * Warning 318 at C:\gh\3\_work\FStar\FStar\fstar\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.
|
build-all / windows / build:
dummy#L0
(242) * Warning 242 at C:\gh\3\_work\FStar\FStar\fstar\ulib\FStar.WellFounded.fst(122,0-131,33):
- Definitions of inner let-rec aux and its enclosing top-level letbinding are
not encoded to the solver, you will only be able to reason with their types
- Also see: C:\gh\3\_work\FStar\FStar\fstar\ulib\FStar.WellFounded.fst(126,12-126,15)
|
build-all / windows / build:
dummy#L0
(242) * Warning 242 at C:\gh\3\_work\FStar\FStar\fstar\ulib\FStar.WellFounded.fst(122,0-131,33):
- Definitions of inner let-rec aux and its enclosing top-level letbinding are
not encoded to the solver, you will only be able to reason with their types
- Also see: C:\gh\3\_work\FStar\FStar\fstar\ulib\FStar.WellFounded.fst(86,12-86,15)
|
build-all / windows / build:
FStar.UInt.fsti#L435
(271) * Warning 271 at C:\gh\3\_work\FStar\FStar\fstar\ulib\FStar.UInt.fsti(435,8-435,51):
- Pattern uses these theory symbols or terms that should not be in an SMT
pattern:
Prims.op_Subtraction
|
build-all / windows / build:
FStar.TSet.fst#L27
(318) * Warning 318 at C:\gh\3\_work\FStar\FStar\fstar\ulib\FStar.TSet.fst(27,4-27,7):
- Values of type `set` cannot be erased during extraction, but the
`must_erase_for_extraction` attribute claims that it can.
- Please remove the attribute.
|
build-all / linux / build:
FStarC.Parser.ToDocument.fst#L1731
(328) * Warning 328 at /home/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(1731,4-1731,21):
- Global binding
'FStarC.Parser.ToDocument.p_maybeFocusArrow'
is recursive but not used in its body
|
build-all / linux / build:
FStarC.Parser.ToDocument.fst#L1093
(328) * Warning 328 at /home/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(1093,4-1093,24):
- Global binding
'FStarC.Parser.ToDocument.p_disjunctivePattern'
is recursive but not used in its body
|
build-all / linux / build:
FStarC.Parser.ToDocument.fst#L754
(328) * Warning 328 at /home/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(754,4-754,13):
- Global binding
'FStarC.Parser.ToDocument.p_justSig'
is recursive but not used in its body
|
build-all / linux / build:
FStarC.Parser.ToDocument.fst#L733
(328) * Warning 328 at /home/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(733,8-733,14):
- Global binding
'FStarC.Parser.ToDocument.p_decl'
is recursive but not used in its body
|
build-all / linux / build:
FStarC.Parser.AST.fst#L771
(328) * Warning 328 at /home/runner/work/FStar/FStar/src/parser/FStarC.Parser.AST.fst(771,8-771,22):
- Global binding
'FStarC.Parser.AST.decl_to_string'
is recursive but not used in its body
|
build-all / linux / build:
FStarC.Plugins.fst#L88
(337) * Warning 337 at /home/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(88,16-88,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / linux / build:
FStarC.Plugins.fst#L87
(337) * Warning 337 at /home/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(87,16-87,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / linux / build:
FStarC.Plugins.fst#L86
(337) * Warning 337 at /home/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(86,16-86,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / linux / build:
FStarC.Plugins.fst#L85
(337) * Warning 337 at /home/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(85,16-85,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / linux / build:
FStar.UInt.fsti#L435
(271) * Warning 271 at /home/runner/work/FStar/FStar/stage0/out/lib/fstar/ulib/FStar.UInt.fsti(435,8-435,51):
- Pattern uses these theory symbols or terms that should not be in an SMT
pattern:
Prims.op_Subtraction
|
build-all / macos / build:
FStarC.Parser.ToDocument.fst#L1731
(328) * Warning 328 at /Users/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(1731,4-1731,21):
- Global binding
'FStarC.Parser.ToDocument.p_maybeFocusArrow'
is recursive but not used in its body
|
build-all / macos / build:
FStarC.Parser.ToDocument.fst#L1093
(328) * Warning 328 at /Users/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(1093,4-1093,24):
- Global binding
'FStarC.Parser.ToDocument.p_disjunctivePattern'
is recursive but not used in its body
|
build-all / macos / build:
FStarC.Parser.ToDocument.fst#L754
(328) * Warning 328 at /Users/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(754,4-754,13):
- Global binding
'FStarC.Parser.ToDocument.p_justSig'
is recursive but not used in its body
|
build-all / macos / build:
FStarC.Parser.ToDocument.fst#L733
(328) * Warning 328 at /Users/runner/work/FStar/FStar/src/parser/FStarC.Parser.ToDocument.fst(733,8-733,14):
- Global binding
'FStarC.Parser.ToDocument.p_decl'
is recursive but not used in its body
|
build-all / macos / build:
FStarC.Parser.AST.fst#L771
(328) * Warning 328 at /Users/runner/work/FStar/FStar/src/parser/FStarC.Parser.AST.fst(771,8-771,22):
- Global binding
'FStarC.Parser.AST.decl_to_string'
is recursive but not used in its body
|
build-all / macos / build:
FStarC.Plugins.fst#L88
(337) * Warning 337 at /Users/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(88,16-88,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / macos / build:
FStarC.Plugins.fst#L87
(337) * Warning 337 at /Users/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(87,16-87,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / macos / build:
FStarC.Plugins.fst#L86
(337) * Warning 337 at /Users/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(86,16-86,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / macos / build:
FStarC.Plugins.fst#L85
(337) * Warning 337 at /Users/runner/work/FStar/FStar/src/basic/FStarC.Plugins.fst(85,16-85,17):
- The operator '@' has been resolved to FStar.List.Tot.append even though
FStar.List.Tot is not in scope. Please add an 'open FStar.List.Tot' to stop
relying on this deprecated, special treatment of '@'.
|
build-all / macos / build:
FStar.UInt.fsti#L435
(271) * Warning 271 at /Users/runner/work/FStar/FStar/stage0/out/lib/fstar/ulib/FStar.UInt.fsti(435,8-435,51):
- Pattern uses these theory symbols or terms that should not be in an SMT
pattern:
Prims.op_Subtraction
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
package-linux
|
150 MB |
sha256:f4a7508e538ee7ea8a17fed09b89f804aa0d124877d4667f94b3e3ecc9510e47
|
|
package-mac
|
141 MB |
sha256:8054d79b6f44da10d99893f7db1c801608edd9622427ee01d8e4ac6d8cbe8724
|
|
package-src
|
4.32 MB |
sha256:4040faeed9c01ade3c54e0deb9b7fb658d75e37504c2c02658fcee7e4eb85465
|
|
package-win
|
161 MB |
sha256:d6a7107f585052413f7d2942ce09baafdc6feb6443edc7a414abe48894c99696
|
|