outerloop tests failing to detect `dotnet`
See original GitHub issueBuild
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:
- Add the label “Known Build Error”
- 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
- Log example: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-76707-merge-ba2b60b0919840c898/Invariant.Tests/1/console.8e5f6a78.log?helixlogtype=result
- Output example:
./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:
- Created a year ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
@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