question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Repeated ECONNRESET errors in setup-dotnet action

See original GitHub issue

Description:

Roughly 70% of merge jobs in the pulumi/pulumi repo are failing due to a high failure rate on actions/setup-dotnet@v2.

No additional logs are present. We are running with these arguments:

  with:
    dotnet-version: 6.0.x
    include-prerelease: false

Image showing "Run actions/setup-dotnet@v2" and "Error: read ECONNRESET"

Task version:

actions/setup-dotnet@v2

Platform:

Failures have occurred on all three platforms.

Runner type:

  • Hosted
  • Self-hosted

Repro steps:

Unsure of steps to reproduce - we run a large number of jobs to validate all merges (on the order of ~100), and in more than half of the workflows in the past 24 hours the workflow failed due to

Expected behavior:

Action should succeed.

Actual behavior:

Action fails catastrophically on a network issue.

Example failures:

  1. https://github.com/pulumi/pulumi/actions/runs/3222484557/jobs/5271676054
  2. https://github.com/pulumi/pulumi/actions/runs/3223023912/jobs/5272739307
  3. https://github.com/pulumi/pulumi/actions/runs/3223183376/jobs/5273031068
  4. https://github.com/pulumi/pulumi/actions/runs/3227143235/jobs/5281716689
  5. https://github.com/pulumi/pulumi/actions/runs/3228086473/jobs/5283821713
  6. https://github.com/pulumi/pulumi/actions/runs/3227884171/jobs/5283427013
  7. https://github.com/pulumi/pulumi/actions/runs/3230504739/jobs/5289102856
  8. https://github.com/pulumi/pulumi/actions/runs/3230628127/jobs/5289317304
  9. https://github.com/pulumi/pulumi/actions/runs/3230757326/jobs/5289634185
  10. https://github.com/pulumi/pulumi/actions/runs/3230757326/jobs/5289636076

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
MaksimZhukovcommented, Oct 27, 2022

Hello everyone! We have released new action version with a fix for this issue. Feel free to use the v3 tag. Thank you for the patience!

1reaction
IvanZosimovcommented, Oct 13, 2022

@AaronFriel , Sure! We are working on this issue now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Many tests in github actions cause econnreset error
I have 230 tests and on my own machine its passed always, but on the github in github actions, tests is often falling...
Read more >
How to support Multiple .NET SDKs in GitHub Actions Workflows
During the last update, I encountered a problem that I couldn't run my tests (xUnit based). steps: - uses: actions/checkout@v2 - name: Setup...
Read more >
actions - Bountysource
Uploading multiple artifacts with the same name silently quashes each other $ 0 ... Starting upload of file(s) Error: ENOENT: no such file...
Read more >
ASP .Net Core ECONNRESET error. help please : r/csharp
im implementing a payment gateway with ipay88 and i have problem with my backend controller action. it works just fine on localhost testing ......
Read more >
Build a .NET library with GitHub Actions | Alessio Franceschelli
NET Core libraries. Tests are run multitargeting multiple versions of .NET Core, although that is not a requirement. It also assumes that to ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found