Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable test due to timeout when executing Rust back-end #5321

Open
Tracked by #5561
keyboardDrummer opened this issue Apr 15, 2024 · 1 comment
Open
Tracked by #5561

Unstable test due to timeout when executing Rust back-end #5321

keyboardDrummer opened this issue Apr 15, 2024 · 1 comment
Labels
kind: language development speed Slows down development of Dafny the language, flaky tests priority: next Will consider working on this after in progress work is done

Comments

@keyboardDrummer
Copy link
Member

keyboardDrummer commented Apr 15, 2024

https://github.com/dafny-lang/dafny/actions/runs/8680288212/job/23800559477

[xUnit.net 00:09:42.93]         Previous command results:
  Failed dafny4/git-issue79.dfy [54 s]
  Error Message:
   System.AggregateException : One or more errors occurred. (Command returned non-zero exit code (255): dotnet /home/runner/work/dafny/dafny/dafny/Source/IntegrationTests/bin/Debug/net6.0/TestDafny.dll for-each-compiler --dafny /home/runner/work/dafny/dafny/unzippedRelease/dafny/dafny --refresh-exit-code=0 TestFiles/LitTests/LitTest/dafny4/git-issue79.dfy -- --relax-definite-assignment
Output:
Using legacy resolver and verifying...
Using refresh resolver and verifying...
Executing on C#...
Executing on C# (with --include-runtime:false)...
Executing on JavaScript...
Executing on Go...
Executing on Java...
Executing on Python...
Executing on C++...
Executing on Rust...
Execution failed, for reasons other than known unsupported features. Output:

Error:

Executing on ResolvedDesugaredExecutableDafny...

Error:
)
---- System.Exception : Command returned non-zero exit code (255): dotnet /home/runner/work/dafny/dafny/dafny/Source/IntegrationTests/bin/Debug/net6.0/TestDafny.dll for-each-compiler --dafny /home/runner/work/dafny/dafny/unzippedRelease/dafny/dafny --refresh-exit-code=0 TestFiles/LitTests/LitTest/dafny4/git-issue79.dfy -- --relax-definite-assignment
Output:
Using legacy resolver and verifying...
Using refresh resolver and verifying...
Executing on C#...
Executing on C# (with --include-runtime:false)...
Executing on JavaScript...
Executing on Go...
Executing on Java...
Executing on Python...
Executing on C++...
Executing on Rust...
Execution failed, for reasons other than known unsupported features. Output:

Error:

Executing on ResolvedDesugaredExecutableDafny...

Error:

  Stack Trace:
     at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(TimeSpan timeout)
   at XUnitExtensions.Lit.LitTestCase.Run(String filePath, LitTestConfiguration config, ITe
@keyboardDrummer keyboardDrummer added the kind: language development speed Slows down development of Dafny the language, flaky tests label Apr 15, 2024
@MikaelMayer
Copy link
Member

Probably related to #5537

@atomb atomb added the priority: next Will consider working on this after in progress work is done label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: language development speed Slows down development of Dafny the language, flaky tests priority: next Will consider working on this after in progress work is done
Projects
None yet
Development

No branches or pull requests

3 participants