Skip to content

Nightly

Nightly #105

Triggered via schedule July 29, 2026 08:47
Status Failure
Total duration 15m 14s
Artifacts

nightly.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
verify
Process completed with exit code 2.
verify: CLRS.Ch02.MergeSort.Impl.fst#L318
(228) * Error 228 at CLRS.Ch02.MergeSort.Impl.fst(318,0-365,1): - Tactic failed - recursive functions require a 'decreases' clause to prove termination; - use 'divergent fn' for a possibly non-terminating recursive function.
verify: CLRS.Ch02.InsertionSort.Rubric.fst#L289
(19) * Error 19 at CLRS.Ch02.InsertionSort.Rubric.fst(289,10-289,35): - Failed to prove pure property: ‘SZ.v __vi4748 > 0’ - Assertion failed
verify: CLRS.Ch06.Heap.Rubric.fst#L542
(228) * Error 228 at CLRS.Ch06.Heap.Rubric.fst(542,0-667,1): - Tactic failed - recursive functions require a 'decreases' clause to prove termination; - use 'divergent fn' for a possibly non-terminating recursive function.
verify: CLRS.Ch07.Quicksort.Rubric.fst#L356
(228) * Error 228 at CLRS.Ch07.Quicksort.Rubric.fst(356,0-417,1): - Tactic failed - recursive functions require a 'decreases' clause to prove termination; - use 'divergent fn' for a possibly non-terminating recursive function.
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/