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.

dotnet/runtime Helix jobs are timing out

See original GitHub issue

Build

https://dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_build/results?buildId=1825606

3 other jobs in my PR timed out in the same way

Build leg reported

Libraries Test Run checked coreclr Linux_musl arm Release

Pull Request

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

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" : ""
}

Additional information about the issue reported

No response

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:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
MattGalcommented, Jun 15, 2022

@jkotas to answer your previous question (I only did it for the first 2 lines; generalization is pretty easy). you can just get the build ids back from Kusto. Example:

let jobIds = 
WorkItems
| where Started >= datetime(2022-06-15 06:23:38.0460000) and Started <= datetime(2022-06-15 09:03:33.6950000)
| where QueueName == "ubuntu.1804.armarch.open" and Name != JobName
| project JobId;
Jobs | where JobId  in (jobIds)
| where Source == "ci/public/dotnet/runtime/refs/heads/main"
| where Type startswith "test/functional/cli"
| extend props = parse_json(Properties)
| summarize by tostring(props["BuildId"])

which leads me to these 8 main runs:

https://dnceng.visualstudio.com/public/_build/results?buildId=1825546 https://dnceng.visualstudio.com/public/_build/results?buildId=1825417 https://dnceng.visualstudio.com/public/_build/results?buildId=1825437 https://dnceng.visualstudio.com/public/_build/results?buildId=1825354 https://dnceng.visualstudio.com/public/_build/results?buildId=1825352 https://dnceng.visualstudio.com/public/_build/results?buildId=1825357 https://dnceng.visualstudio.com/public/_build/results?buildId=1825350 https://dnceng.visualstudio.com/public/_build/results?buildId=1825347

Skimming these, it would seem the majority are manually run runs from @agocke and @BruceForstall

0reactions
MattGalcommented, Jun 22, 2022

The fix for https://github.com/dotnet/arcade/issues/9694 is merged and rolled out. As there’s nothing more we can do presently if too much work gets sent, I am closing this issue. Feel free to reach out if you feel this is in error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Helix runs on linux x64 are timing out · Issue #28661
It looks like the queues that are pretty full or not running any jobs are Ubuntu16.04 and 18.04.
Read more >
Async job failed: request * timed out : r/HelixEditor
Hi, I'm getting this pretty often now when about to save any changes & exit. It freezes for a good 5 secs before...
Read more >
VSCode timeout error when download dotnet runtime v7.0.9
My vscode when want to download dotnet runtime v7.0.9 get error time out. Downloading the .NET Runtime. Downloading .NET version(s) 7.0.9 .
Read more >
Third Helix Jobs, Employment
43 Third Helix jobs available on Indeed.com. Apply to Web Developer, Payroll Specialist, IT Project Manager and more!
Read more >
A Career in Tech at Helix - Inside the Engineering Team
For all of their roles, the engineering team at Helix offers progression to increasingly senior career stages based on the engineer's performance and...
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