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

[mono][tests] SocketException : Can't assign requested address [::]:0 #89180

Closed
kotlarmilos opened this issue Jul 19, 2023 · 2 comments
Closed
Labels
area-System.Net.Sockets blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab os-ios Apple iOS
Milestone

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented Jul 19, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=344698
Build error leg or test failing: iossimulator-x64 Release AllSubsets_Mono
Pull request: #87916

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "System.Net.Sockets.SocketException : Can't assign requested address",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
[FAIL] System.Net.Sockets.Tests.ConnectSync.Connect_DatagramSockets_DontThrowConnectedException_OnSecondAttempt   Test name: System.Net.Sockets.Tests.ConnectSync.Connect_DatagramSockets_DontThrowConnectedException_OnSecondAttempt(listenAt: ::1, secondConnection: ::)   Test case: System.Net.Sockets.Tests.ConnectSync.Connect_DatagramSockets_DontThrowConnectedException_OnSecondAttempt
   Assembly:  [System.Net.Sockets.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
2023-07-19 04:15:23.846 Df System.Net.Sockets.Tests[81773:e4132]    Exception messages: System.Net.Sockets.SocketException : Can't assign requested address [::]:0   Exception stack traces:    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
2023-07-19 04:15:23.847 Df System.Net.Sockets.Tests[81773:e4132]    at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.Tests.SocketHelperArraySync.<>c__DisplayClass3_0.<ConnectAsync>b__0()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__281_0(Object obj)
2023-07-19 04:15:23.848 Df System.Net.Sockets.Tests[81773:e4132]    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---

/cc: @liveans

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=344698
Error message validated: System.Net.Sockets.SocketException : Can't assign requested address
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/19/2023 12:48:05 PM UTC

Report

Build Definition Test Pull Request
344698 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution
344603 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution #85694
344129 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution
343954 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution #88723

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
4 4 4
@kotlarmilos kotlarmilos added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-ios Apple iOS Known Build Error Use this to report build issues in the .NET Helix tab labels Jul 19, 2023
@kotlarmilos kotlarmilos added this to the 8.0.0 milestone Jul 19, 2023
@ghost
Copy link

ghost commented Jul 19, 2023

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=344698
Build error leg or test failing: iossimulator-x64 Release AllSubsets_Mono
Pull request: #87916

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "System.Net.Sockets.SocketException : Can't assign requested address",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
[FAIL] System.Net.Sockets.Tests.ConnectSync.Connect_DatagramSockets_DontThrowConnectedException_OnSecondAttempt   Test name: System.Net.Sockets.Tests.ConnectSync.Connect_DatagramSockets_DontThrowConnectedException_OnSecondAttempt(listenAt: ::1, secondConnection: ::)   Test case: System.Net.Sockets.Tests.ConnectSync.Connect_DatagramSockets_DontThrowConnectedException_OnSecondAttempt
   Assembly:  [System.Net.Sockets.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
2023-07-19 04:15:23.846 Df System.Net.Sockets.Tests[81773:e4132]    Exception messages: System.Net.Sockets.SocketException : Can't assign requested address [::]:0   Exception stack traces:    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
2023-07-19 04:15:23.847 Df System.Net.Sockets.Tests[81773:e4132]    at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.Net.Sockets.Tests.SocketHelperArraySync.<>c__DisplayClass3_0.<ConnectAsync>b__0()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__281_0(Object obj)
2023-07-19 04:15:23.848 Df System.Net.Sockets.Tests[81773:e4132]    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---

/cc: @liveans

Author: kotlarmilos
Assignees: -
Labels:

blocking-clean-ci, os-ios, Known Build Error

Milestone: 8.0.0

@kotlarmilos kotlarmilos changed the title [mono][tests [mono][tests] SocketException : Can't assign requested address Jul 19, 2023
@kotlarmilos kotlarmilos changed the title [mono][tests] SocketException : Can't assign requested address [mono][tests] SocketException : Can't assign requested address [::]:0 Jul 19, 2023
@ivanpovazan
Copy link
Member

Dup of: #89166
Feel free to adjust it (or this issue).

@ghost ghost locked as resolved and limited conversation to collaborators Aug 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Sockets blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab os-ios Apple iOS
Projects
None yet
Development

No branches or pull requests

2 participants