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

Test failure: System.Net.Sockets.Tests.TelemetryTest.EventSource_SocketConnectsRemote_LogsConnectStartStop(connectMethod: \"Task\", useDnsEndPoint: True) #44015

Closed
v-haren opened this issue Oct 29, 2020 · 7 comments

Comments

@v-haren
Copy link

v-haren commented Oct 29, 2020

failed in job: runtime-libraries-coreclr outerloop 20201028.2

failed tests:
System.Net.Sockets.Tests.TelemetryTest.EventSource_SocketConnectsRemote_LogsConnectStartStop(connectMethod: "Task", useDnsEndPoint: True)
System.Net.Sockets.Tests.TelemetryTest.EventSource_SocketConnectsRemote_LogsConnectStartStop(connectMethod: "Apm", useDnsEndPoint: True)

net6.0-Linux-Release-x64-CoreCLR_release-Ubuntu.1604.Amd64.Open
net6.0-Linux-Release-x64-CoreCLR_release-(Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-bfcd90a-20200121150006

Error message

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  System.TimeoutException: Timed out waiting for ConnectStop
   at System.Net.Sockets.Tests.TelemetryTest.WaitForEventAsync(ConcurrentQueue`1 events, String name) in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 412
   at System.Net.Sockets.Tests.TelemetryTest.<>c__DisplayClass9_0.<<EventSource_SocketConnectsRemote_LogsConnectStartStop>b__2>d.MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 151
--- End of stack trace from previous location ---
   at System.Diagnostics.Tracing.TestEventListener.RunWithCallbackAsync(Action`1 handler, Func`1 body) in /_/src/libraries/Common/tests/System/Diagnostics/Tracing/TestEventListener.cs:line 109
   at System.Net.Sockets.Tests.TelemetryTest.<>c.<<EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0>d.MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 142
--- End of stack trace from previous location ---
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args) in /_/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs:line 65

Child process:
  System.Net.Sockets.Tests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Sockets.Tests.TelemetryTest+<>c System.Threading.Tasks.Task <EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0(System.String, System.String)

Child arguments:
  Task, True
@ghost
Copy link

ghost commented Oct 29, 2020

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Oct 29, 2020
@karelz karelz added this to the 6.0.0 milestone Oct 29, 2020
@karelz karelz added test-bug Problem in test source code (most likely) and removed untriaged New issue has not been triaged by the area owner labels Oct 29, 2020
@v-haren
Copy link
Author

v-haren commented Nov 6, 2020

failed again in job: runtime-libraries-coreclr outerloop 20201105.1

failed tests:
System.Net.Sockets.Tests.TelemetryTest.EventSource_SocketConnectsRemote_LogsConnectStartStop(connectMethod: "Eap", useDnsEndPoint: True)
System.Net.Sockets.Tests.TelemetryTest.EventSource_SocketConnectsRemote_LogsConnectStartStop(connectMethod: "Task", useDnsEndPoint: True)

net6.0-Linux-Release-x64-CoreCLR_release-SLES.12.Amd64.Open

Error message

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  System.TimeoutException: Timed out waiting for ConnectStop
   at System.Net.Sockets.Tests.TelemetryTest.WaitForEventAsync(ConcurrentQueue`1 events, String name) in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 412
   at System.Net.Sockets.Tests.TelemetryTest.<>c__DisplayClass9_0.<<EventSource_SocketConnectsRemote_LogsConnectStartStop>b__2>d.MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 151
--- End of stack trace from previous location ---
   at System.Diagnostics.Tracing.TestEventListener.RunWithCallbackAsync(Action`1 handler, Func`1 body) in /_/src/libraries/Common/tests/System/Diagnostics/Tracing/TestEventListener.cs:line 109
   at System.Net.Sockets.Tests.TelemetryTest.<>c.<<EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0>d.MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 142
--- End of stack trace from previous location ---
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args) in /_/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs:line 65

Child process:
  System.Net.Sockets.Tests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Sockets.Tests.TelemetryTest+<>c System.Threading.Tasks.Task <EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0(System.String, System.String)

Child arguments:
  Eap, True

@v-haren
Copy link
Author

v-haren commented Nov 26, 2020

failed again in job: runtime-libraries-coreclr outerloop 20201125.1

failed test: System.Net.Sockets.Tests.TelemetryTest.EventSource_SocketConnectsRemote_LogsConnectStartStop(connectMethod: "Task", useDnsEndPoint: True)

net6.0-Linux-Release-x64-CoreCLR_release-(Fedora.30.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-30-helix-20200512010621-4f8cef7

Error message

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  System.TimeoutException: Timed out waiting for ConnectStop
   at System.Net.Sockets.Tests.TelemetryTest.WaitForEventAsync(ConcurrentQueue`1 events, String name) in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 412
   at System.Net.Sockets.Tests.TelemetryTest.<>c__DisplayClass9_0.<<EventSource_SocketConnectsRemote_LogsConnectStartStop>b__2>d.MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 151
--- End of stack trace from previous location ---
   at System.Diagnostics.Tracing.TestEventListener.RunWithCallbackAsync(Action`1 handler, Func`1 body) in /_/src/libraries/Common/tests/System/Diagnostics/Tracing/TestEventListener.cs:line 109
   at System.Net.Sockets.Tests.TelemetryTest.<>c.<<EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0>d.MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 142
--- End of stack trace from previous location ---
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args) in /_/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs:line 65

Child process:
  System.Net.Sockets.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Sockets.Tests.TelemetryTest+<>c System.Threading.Tasks.Task <EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0(System.String, System.String)

Child arguments:
  Task, True

@v-haren
Copy link
Author

v-haren commented Dec 4, 2020

Deleted, different test.

@MihaZupan MihaZupan added bug and removed test-bug Problem in test source code (most likely) labels Dec 14, 2020
@MihaZupan
Copy link
Member

Seems to have been fixed by #45170.

@antonfirsov
Copy link
Member

This happened again in #48704, although I can't see any other occurrences in Kusto, so not reopening yet.

@VincentBu
Copy link
Contributor

Failed again in runtime-libraries-coreclr outerloop 20210411.4

Failed test:

net6.0-OSX-Release-arm64-CoreCLR_release-OSX.1100.ARM64.Open
 -System.Net.Sockets.Tests.TelemetryTest.EventSource_SocketConnectsRemote_LogsConnectStartStop(connectMethod: \"Sync\", useDnsEndPoint: True)

Error message:

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  System.NullReferenceException: Object reference not set to an instance of an object.
   at System.Linq.Enumerable.WhereEnumerableIterator`1.Select[TResult](Func`2 selector) in /_/src/libraries/System.Linq/src/System/Linq/Where.cs:line 135
   at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) in /_/src/libraries/System.Linq/src/System/Linq/Select.cs:line 16
   at System.Net.Sockets.Tests.TelemetryTest.VerifyEventCounters(ConcurrentQueue`1 events, Int32 connectCount, Boolean connectOnly, Boolean shouldHaveTransferedBytes, Boolean shouldHaveDatagrams) in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 456
   at System.Net.Sockets.Tests.TelemetryTest.<>c.<<EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0>d.MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs:line 161
--- End of stack trace from previous location ---
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args) in /_/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs:line 65

Child process:
  System.Net.Sockets.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Sockets.Tests.TelemetryTest+<>c System.Threading.Tasks.Task <EventSource_SocketConnectsRemote_LogsConnectStartStop>b__9_0(System.String, System.String)

Child arguments:
  Sync, True

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

6 participants