Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Threading.Tasks.Dataflow.Tests timing out in the CI on x64 macOS #80010

Closed
MichalStrehovsky opened this issue Dec 28, 2022 · 2 comments
Closed

Comments

@MichalStrehovsky
Copy link
Member

Looks to be specific to x64 macOS. I've seen this at least twice.

We need a dump to figure out where it's stuck, but the CI doesn't make one for timeouts.

https://helix.dot.net/api/2019-06-17/jobs/0a5f6851-e7db-4128-b3c3-db828c8b6277/workitems/System.Threading.Tasks.Dataflow.Tests/console

Console log: 'System.Threading.Tasks.Dataflow.Tests' from job 0a5f6851-e7db-4128-b3c3-db828c8b6277 workitem 78854a02-3f13-41f9-9e00-b7e19f3a8bdb (osx.1200.amd64.open) executed on machine dci-mac-build-340.local running macOS-12.4
+ ./RunTests.sh --runtime-path /tmp/helix/working/ACAD094C/p
----- start Thu Dec 22 22:40:48 PST 2022 =============== To repro directly: =====================================================
pushd .
chmod +rwx System.Threading.Tasks.Dataflow.Tests ^&^& ./System.Threading.Tasks.Dataflow.Tests -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -xml testResults.xml 
popd
===========================================================================================================
/private/tmp/helix/working/ACAD094C/w/9EC00949/e /private/tmp/helix/working/ACAD094C/w/9EC00949/e
Running assembly:System.Threading.Tasks.Dataflow.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
[SKIP] System.Threading.Tasks.Dataflow.Tests.EtwTests.TestEtw
[SKIP] System.Threading.Tasks.Dataflow.Tests.DebugAttributeTests.TestDebuggerDisplaysAndTypeProxies
['System.Threading.Tasks.Dataflow.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]
@ghost
Copy link

ghost commented Dec 28, 2022

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Looks to be specific to x64 macOS. I've seen this at least twice.

We need a dump to figure out where it's stuck, but the CI doesn't make one for timeouts.

https://helix.dot.net/api/2019-06-17/jobs/0a5f6851-e7db-4128-b3c3-db828c8b6277/workitems/System.Threading.Tasks.Dataflow.Tests/console

Console log: 'System.Threading.Tasks.Dataflow.Tests' from job 0a5f6851-e7db-4128-b3c3-db828c8b6277 workitem 78854a02-3f13-41f9-9e00-b7e19f3a8bdb (osx.1200.amd64.open) executed on machine dci-mac-build-340.local running macOS-12.4
+ ./RunTests.sh --runtime-path /tmp/helix/working/ACAD094C/p
----- start Thu Dec 22 22:40:48 PST 2022 =============== To repro directly: =====================================================
pushd .
chmod +rwx System.Threading.Tasks.Dataflow.Tests ^&^& ./System.Threading.Tasks.Dataflow.Tests -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -xml testResults.xml 
popd
===========================================================================================================
/private/tmp/helix/working/ACAD094C/w/9EC00949/e /private/tmp/helix/working/ACAD094C/w/9EC00949/e
Running assembly:System.Threading.Tasks.Dataflow.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
[SKIP] System.Threading.Tasks.Dataflow.Tests.EtwTests.TestEtw
[SKIP] System.Threading.Tasks.Dataflow.Tests.DebugAttributeTests.TestDebuggerDisplaysAndTypeProxies
['System.Threading.Tasks.Dataflow.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]
Author: MichalStrehovsky
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Dec 28, 2022
@MichalStrehovsky MichalStrehovsky added this to the 8.0.0 milestone Dec 28, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Dec 28, 2022
@jkotas
Copy link
Member

jkotas commented Feb 27, 2023

This was likely fixed by #82709.

@jkotas jkotas closed this as completed Feb 27, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants