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.

outerloop tests failing to detect `dotnet`

See original GitHub issue

Build

https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=43878

Build leg reported

Invariant.Tests.WorkItemExecution

Pull Request

https://github.com/dotnet/runtime/pull/76707

Action required for the engineering services team

To triage this issue (First Responder / @dotnet/dnceng):

  • Open the failing build above and investigate
  • Add a comment explaining your findings

If this is an issue that is causing build breaks across multiple builds and would get benefit from being listed on the build analysis check, follow the next steps:

  1. Add the label “Known Build Error”
  2. Edit this issue and add an error string in the Json below that can help us match this issue with future build breaks. You should use the known issues documentation
{
   "ErrorMessage" : "dotnet: No such file or directory",
   "BuildRetry": false
}

Additional information about the issue reported

./RunTests.sh: line 168: /tmp/helix/working/A6B808E3/p/dotnet: No such file or directory

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mmitchecommented, Oct 7, 2022

FWIW: the linked PR is adding tests that create 8 GB files (not in parallel to avoid having more than one huge file at the time) so I wonder if that may affect that some dependencies being downloaded fail because VM is out of disk, but I highly doubt it because I assume that at the point the test is run, you already have all the dependencies.

Just wanted to point out what’s “special” about the PR in relation with outerloop.

@Jozkee The outerloop testing has failed in the same way against main (and other branches) for as far back as the AzDO history goes…so my guess is that this is just a test configuration error.

1reaction
mmitchecommented, Oct 7, 2022

@MattGal I think it’s been failing as far back as I can see. I think the correlation payload didn’t zip up dotnet in the expected location

Read more comments on GitHub >

github_iconTop Results From Across the Web

outerloop legs failing to detect `dotnet` · Issue #76755
Original issue was opened in dotnet/arcade: dotnet/arcade#11185 Many outerloop legs fail with this message when attempting to run unit tests: .
Read more >
The The Modern C# Challenge: Become an expert C# programmer ...
Now, suppose the outer loop is considering position 1 in string1. ... When the inner loop fails to find AYB, it can exit...
Read more >
dotnet test command - .NET CLI
Runs the tests in blame mode. This option is helpful in isolating problematic tests that cause the test host to crash. When a...
Read more >
Loop jsonpath query. a", jsonSample) gives you Right(no
Online JSONPath tester tool allows you to test and debug your JSONPath expressions against an ... so it appears that the Json Query...
Read more >
Visual Studio unable to run .NET Core tests
NET Core 3.x project, but your unit test project is still .NET Core 2.2. ... Test run finished: 0 Tests run in 123.4...
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