Nightly #39
Annotations
3 errors and 1 warning
|
verify
Process completed with exit code 2.
|
|
verify:
CLRS.Ch06.Heap.Impl.fst#L253
(19) * Error 19 at CLRS.Ch06.Heap.Impl.fst(253,4-253,6):
- Ill-typed term
- Assertion failed
- Also see: Prims.fst(642,18-642,24)
|
|
verify:
CLRS.Ch02.MergeSort.Impl.fst#L203
(19) * Error 19 at CLRS.Ch02.MergeSort.Impl.fst(203,6-213,7):
- Failed to prove pure property:
SZ.v (SZ.add __vi4849 (SZ.uint_to_t 1)) <= SZ.v l1 /\
SZ.v __vj4950 <= SZ.v l2 /\
SZ.v (SZ.add __vk5051 (SZ.uint_to_t 1)) ==
SZ.v (SZ.add __vi4849 (SZ.uint_to_t 1)) + SZ.v __vj4950 /\
Seq.length _s75 == SZ.v l1 + SZ.v l2 /\
(forall (p: nat).
p < SZ.v (SZ.add __vk5051 (SZ.uint_to_t 1)) ==>
Seq.index _s75 p == Seq.index ghost_merged p) /\
Seq.equal (Seq.slice ghost_merged
(SZ.v (SZ.add __vk5051 (SZ.uint_to_t 1)))
(Seq.length ghost_merged))
(seq_merge (Seq.slice s1
(SZ.v (SZ.add __vi4849 (SZ.uint_to_t 1)))
(SZ.v l1))
(Seq.slice s2 (SZ.v __vj4950) (SZ.v l2))) /\
merge_complexity_bounded (incr_nat __vc5253)
c0
0
(SZ.v (SZ.add __vk5051 (SZ.uint_to_t 1)))
- Assertion failed
|
|
verify
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|