dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.54k stars 4.54k forks source link

Test failed: WebProxy_BypassOnLocal_MatchesExpected #23428

Open davidsh opened 6 years ago

davidsh commented 6 years ago

Types of failures

Error messages (ExtendedSocketException text)

Build 20170902.01:

System.Net.Internals.SocketExceptionFactory+ExtendedSocketException : No such device or address
at   System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6) in   /root/corefx-966039/src/System.Net.NameResolution/src/System/Net/DNS.cs:line   46
System.Net.Dns.ResolveCallback(Object context) in   /root/corefx-966039/src/System.Net.NameResolution/src/System/Net/DNS.cs:line   290
--- End of stack trace from previous location where exception was   thrown ---
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult) in   /root/corefx-966039/src/System.Net.NameResolution/src/System/Net/DNS.cs:line   420
System.Net.Dns.EndGetHostEntry(IAsyncResult asyncResult) in   /root/corefx-966039/src/System.Net.NameResolution/src/System/Net/DNS.cs:line   562
System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar,   Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean   requiresSynchronization)
--- End of stack trace from previous location   where exception was thrown ---
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task   task)
at System.Net.Tests.WebProxyTest.<BypassOnLocal_MemberData>d__10.MoveNext()
at   System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext() in   /root/corefx-966039/src/System.Linq/src/System/Linq/Select.cs:line 129

History of failures (before disabling on 2017/9/2)

Note: The test was renamed in https://github.com/dotnet/corefx/commit/cd7ae0572ed600eb7c0ae3350a6f08653fc20946 (on 2017/6/29) from BypassOnLocal_MatchesExpected to WebProxy_BypassOnLocal_MatchesExpected

Day Build OS
5/7 20170507.02 Ubuntu16.04
5/28 20170528.02 OSX10.12
6/9 20170609.01 Ubuntu16.04
6/12 20170612.02 Ubuntu16.04
6/17 20170617.01 Ubuntu14.04
6/23 20170623.02 Debian90
6/26 20170626.03 Debian90
6/27 20170627.01 Debian90
6/27 20170627.01 Suse42.2
6/27 20170627.02 Suse42.2
7/2 20170702.02 OSX10.12
7/18 20170718.02 Debian87
7/20 20170720.92 OSX10.12
8/2 20170802.02 Debian87
8/4 20170804.03 Debian90
8/15 20170815.02 Ubuntu14.04
8/16 20170816.01 Suse42.2
8/20 20170820.02 SLES12
8/21 20170821.01 OSX10.12
8/21 20170821.02 OSX10.12
8/23 20170823.06 OSX10.12
8/24 20170824.02 Debian90
8/30 20170830.01 Debian90
9/2 20170902.01 SLES12

Original report

Test failed during PR run: https://mc.dot.net/#/user/davidsh/pr~2Fjenkins~2Fdotnet~2Fcorefx~2Fmaster~2F/test~2Ffunctional~2Fcli~2F/169daaad2062ab623fdafa738c3fdbc778d3652e

Unhandled Exception of Type System.Net.Internals.SocketExceptionFactory+ExtendedSocketException Message : System.Net.Internals.SocketExceptionFactory+ExtendedSocketException : No such device or address

davidsh commented 5 years ago

Related to dotnet/runtime#19288