Ubuntu-latest Job fails after 1 h and doesn't display logs. #2475
Labels
Area: Rust
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Ubuntu
Description
I work on Kompact, an open-source Actor-framework in Rust. We recently migrated to Github Actions from Travis. We are trying to get a Code-coverage report produced as part of the CI pipeline, so this is not a job which was running and then suddenly started failing.
The Code-coverage job fails after 1 hour. No logs are saved for/viewable for the step which it fails on. You can view four similar failing jobs here and see what I'm talking about. We have tried to ensure that it's not failing due to faulty configuration/scripting/set-up on our end.
I found a similar issue (#1491) I suspect it is the same problem.
Area for Triage: Rust
Question, Bug, or Feature?: Bug
Virtual environments affected
Expected behavior
Expecting the job to succeed, or, fail and display logs.
Actual behavior
Failure and no log for the failing step.
Repro steps
The Job config is viewable here.
The tests ran during that job run for a long time. The testing includes networked integration tests, in which multiple sockets are opened and closed, for many of the test cases, and they are run multiple times against a feature-matrix. So the issue may be related to resource usage, as the related issue alludes to, but it is difficult to troubleshoot for us without access to the logs.
The text was updated successfully, but these errors were encountered: