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.

[iOS] Infrastructure is failing to report successful test run

See original GitHub issue

Build

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

Build leg reported

System.Runtime.Tests.WorkItemExecution

Pull Request

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

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" : "[TCP tunnel] Xamarin.Hosting: Failed to connect to port",
   "BuildRetry": true
}

Additional information about the issue reported

System.Runtime.Tests are reported as failing. It looks like a failure in the reporting infrastructure. System.Runtime.Tests succeeded according to the net.dot.System.Runtime.Tests.log file:

Tests run: 50259 Passed: 50025 Inconclusive: 0 Failed: 0 Ignored: 133 Skipped: 101
Killing process 95249 as it was cancelled
[TerminateWithSuccess]

Report

Build Definition Test Pull Request
89138 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#78593

Summary

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

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:34 (34 by maintainers)

github_iconTop GitHub Comments

3reactions
premuncommented, Jan 27, 2023

Seems like the new fixes are already working! There are the TCP problems being detected:

image

But what is more important is that the retries happening for these cases now dropped the overall failure rate of AppleTV jobs to 0:

image

cc @AlitzelMendez @ilyas1974

2reactions
steveisokcommented, Apr 28, 2023

Thank you. Do you think that the following is something worthy of a try?

We’ve tried variations of this with the same result, so no tbh. I think, as you pointed out, it’s an issue w/ mlaunch/xcode/osx or something within runtime. I don’t believe it’s the latter.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Run builds on your own infrastructure
If you encounter build failures on EAS servers and you're unable to determine the cause from inspecting the logs, you may find it...
Read more >
Known Exploited Vulnerabilities Catalog
Apple iOS, iPadOS, macOS, and watchOS IOMobileFrameBuffer contain a memory corruption vulnerability which may allow an application to execute code with kernel ...
Read more >
Public Key Infrastructure Configuration Guide, Cisco IOS ...
This feature removes the current downloaded certificates from the running configuration. The crypto pki certificate pool will not have the DER ...
Read more >
20 Fundamentals for a Successful Test Automation Infrastructure
A successful automation testing project requires a perfectly made test automation infrastructure, discover the essentials and start working!
Read more >
Troubleshooting SCEP certificate profiles with Intune
This articles gives guidance to help you troubleshoot and resolve issues with Simple Certificate Enrollment Protocol (SCEP) certificate ...
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