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 failures from running Ubuntu in Docker for windows #20029

Closed
weshaggard opened this issue Jan 26, 2017 · 10 comments
Closed

Test failures from running Ubuntu in Docker for windows #20029

weshaggard opened this issue Jan 26, 2017 · 10 comments
Assignees
Labels
area-Infrastructure-libraries os-linux Linux OS (any supported distro) test-bug Problem in test source code (most likely)
Milestone

Comments

@weshaggard
Copy link
Member

I've been testing out using Docker for windows and loaded up our unbuntu1604 docker image and I'm currently hitting the following issues.

Once I'm past that the build fully succeeds but I hit the following test failures.

System.IO.FileSystem.DriveInfo.Tests

 /d/git/corefx/bin/AnyOS.AnyCPU.Debug/System.IO.FileSystem.DriveInfo.Tests/netstandard/RunTests.sh /d/git/corefx/Tools/testdotnetcli
         Using as the test runtime folder.
         Running tests... Start time: 21:10:08
         Commands:
         /d/git/corefx/Tools/testdotnetcli/dotnet xunit.console.netcore.exe System.IO.FileSystem.DriveInfo.Tests.dll -xml testResults.xml -notrait Benchmark=true -notrait category=nonnetcoreapp1.1tests -notrait category=OuterLoop -notrait category=failing -notrait category=nonlinuxtests
         /d/git/corefx/bin/AnyOS.AnyCPU.Debug/System.IO.FileSystem.DriveInfo.Tests/netstandard /d/git/corefx/src/System.IO.FileSystem.DriveInfo/tests
         xUnit.net console test runner (64-bit .NET Core)
         Copyright (C) 2014 Outercurve Foundation.
         
         Discovering: System.IO.FileSystem.DriveInfo.Tests
         Discovered:  System.IO.FileSystem.DriveInfo.Tests
         Starting:    System.IO.FileSystem.DriveInfo.Tests
            System.IO.FileSystem.DriveInfoTests.DriveInfoUnixTests.PropertiesOfValidDrive [FAIL]
               Assert.Equal() Failure
               Expected: Fixed
               Actual:   Unknown
               Stack Trace:
                  /d/git/corefx/src/System.IO.FileSystem.DriveInfo/tests/DriveInfo.Unix.Tests.cs(69,0): at System.IO.FileSystem.DriveInfoTests.DriveInfoUnixTests.PropertiesOfValidDrive()
         Finished:    System.IO.FileSystem.DriveInfo.Tests

System.Net.NetworkInformation.Functional.Tests

         Using as the test runtime folder.
         Running tests... Start time: 21:10:19
         Commands:
         /d/git/corefx/Tools/testdotnetcli/dotnet xunit.console.netcore.exe System.Net.NetworkInformation.Functional.Tests.dll -xml testResults.xml -notrait Benchmark=true -notrait category=nonnetcoreapp1.1tests -notrait category=OuterLoop -notrait category=failing -notrait category=nonlinuxtests
         /d/git/corefx/bin/AnyOS.AnyCPU.Debug/System.Net.NetworkInformation.Functional.Tests/netstandard /d/git/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests
         xUnit.net console test runner (64-bit .NET Core)
         Copyright (C) 2014 Outercurve Foundation.
         
         Discovering: System.Net.NetworkInformation.Functional.Tests
         Discovered:  System.Net.NetworkInformation.Functional.Tests
         Starting:    System.Net.NetworkInformation.Functional.Tests
         dotnet: /d/git/corefx/src/Native/Unix/Common/pal_safecrt.h:47: errno_t memcpy_s(void *, size_t, const void *, size_t): Assertion `sizeInBytes >= count' failed.
         /d/git/corefx/bin/AnyOS.AnyCPU.Debug/System.Net.NetworkInformation.Functional.Tests/netstandard/RunTests.sh: line 80: 13807 Aborted                 $RUNTIME_PATH/dotnet xunit.console.netcore.exe System.Net.NetworkInformation.Functional.Tests.dll -xml testResults.xml -notrait Benchmark=true -notrait category=nonnetcoreapp1.1tests -notrait category=OuterLoop -notrait category=failing -notrait category=nonlinuxtests
         /d/git/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests
         Finished running tests. End time=21:10:20. Return value was 134

System.Net.Ping.Functional.Tests

         /d/git/corefx/bin/Unix.AnyCPU.Debug/System.Net.Ping.Functional.Tests/netstandard/RunTests.sh /d/git/corefx/Tools/testdotnetcli
         Using as the test runtime folder.
         Running tests... Start time: 21:14:42
         Commands:
         /d/git/corefx/Tools/testdotnetcli/dotnet xunit.console.netcore.exe System.Net.Ping.Functional.Tests.dll -xml testResults.xml -notrait Benchmark=true -notrait category=nonnetcoreapp1.1tests -notrait category=OuterLoop -notrait category=failing -notrait category=nonlinuxtests
         /d/git/corefx/bin/Unix.AnyCPU.Debug/System.Net.Ping.Functional.Tests/netstandard /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests
         xUnit.net console test runner (64-bit .NET Core)
         Copyright (C) 2014 Outercurve Foundation.
         
         Discovering: System.Net.Ping.Functional.Tests
         Discovered:  System.Net.Ping.Functional.Tests
         Starting:    System.Net.Ping.Functional.Tests
            System.Net.NetworkInformation.Tests.UnixPingUtilityTests.PacketSizeIsRespected(payloadSize: 0) [FAIL]
               System.InvalidOperationException : Cannot start process because a file name has not been provided.
               Stack Trace:
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1247,0): at System.Diagnostics.Process.Start()
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1305,0): at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/UnixPingUtilityTests.cs(38,0): at System.Net.NetworkInformation.Tests.UnixPingUtilityTests.<PacketSizeIsRespected>d__1.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.UnixPingUtilityTests.PacketSizeIsRespected(payloadSize: 1) [FAIL]
               System.InvalidOperationException : Cannot start process because a file name has not been provided.
               Stack Trace:
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1247,0): at System.Diagnostics.Process.Start()
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1305,0): at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/UnixPingUtilityTests.cs(38,0): at System.Net.NetworkInformation.Tests.UnixPingUtilityTests.<PacketSizeIsRespected>d__1.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.Sends_ReuseInstance_Hostname [FAIL]
               System.Net.NetworkInformation.PingException : An exception occurred during a Ping request.
               ---- System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(361,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(156,0): at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress, Int32 timeout, Byte[] buffer, PingOptions options)
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(146,0): at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress, Int32 timeout, Byte[] buffer)
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(126,0): at System.Net.NetworkInformation.Ping.Send(String hostNameOrAddress)
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(355,0): at System.Net.NetworkInformation.Tests.PingTest.<Sends_ReuseInstance_Hostname>d__16.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  ----- Inner Stack Trace -----
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(350,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
            System.Net.NetworkInformation.Tests.UnixPingUtilityTests.PacketSizeIsRespected(payloadSize: 50) [FAIL]
               System.InvalidOperationException : Cannot start process because a file name has not been provided.
               Stack Trace:
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1247,0): at System.Diagnostics.Process.Start()
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1305,0): at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/UnixPingUtilityTests.cs(38,0): at System.Net.NetworkInformation.Tests.UnixPingUtilityTests.<PacketSizeIsRespected>d__1.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.UnixPingUtilityTests.PacketSizeIsRespected(payloadSize: 1000) [FAIL]
               System.InvalidOperationException : Cannot start process because a file name has not been provided.
               Stack Trace:
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1247,0): at System.Diagnostics.Process.Start()
                  /d/git/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1305,0): at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/UnixPingUtilityTests.cs(38,0): at System.Net.NetworkInformation.Tests.UnixPingUtilityTests.<PacketSizeIsRespected>d__1.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHostAndTimeoutAndBuffer_Unix [FAIL]
               System.Net.NetworkInformation.PingException : An exception occurred during a Ping request.
               ---- System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(361,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(267,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithHostAndTimeoutAndBuffer_Unix>d__12.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  ----- Inner Stack Trace -----
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(350,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
            System.Net.NetworkInformation.Tests.PingTest.SendPings_ReuseInstance_Hostname [FAIL]
               System.Net.NetworkInformation.PingException : An exception occurred during a Ping request.
               ---- System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(361,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(339,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPings_ReuseInstance_Hostname>d__15.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  ----- Inner Stack Trace -----
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(350,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHostAndTimeout [FAIL]
               System.Net.NetworkInformation.PingException : An exception occurred during a Ping request.
               ---- System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(361,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(233,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithHostAndTimeout>d__10.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  ----- Inner Stack Trace -----
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(350,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
            System.Net.NetworkInformation.Tests.PingTest.SendAsyncs_ReuseInstance_Hostname [FAIL]
               System.NullReferenceException : Object reference not set to an instance of an object.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(390,0): at System.Net.NetworkInformation.Tests.PingTest.<SendAsyncs_ReuseInstance_Hostname>d__17.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHost [FAIL]
               System.Net.NetworkInformation.PingException : An exception occurred during a Ping request.
               ---- System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(361,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(219,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithHost>d__9.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  ----- Inner Stack Trace -----
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(350,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddressAndTimeoutAndBuffer_Unix [FAIL]
               System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(150,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithIPAddressAndTimeoutAndBuffer_Unix>d__6.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddress [FAIL]
               System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(88,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithIPAddress>d__2.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddressAndTimeout [FAIL]
               System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(116,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithIPAddressAndTimeout>d__4.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.Ping_DisposeAfterSend_Success [FAIL]
               System.Net.NetworkInformation.PingException : An exception occurred during a Ping request.
               ---- System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(361,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(410,0): at System.Net.NetworkInformation.Tests.PingTest.<Ping_DisposeAfterSend_Success>d__18.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  ----- Inner Stack Trace -----
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(350,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddressAndTimeoutAndBufferAndPingOptions_Unix [FAIL]
               System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(195,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithIPAddressAndTimeoutAndBufferAndPingOptions_Unix>d__8.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddress_AddressAsString [FAIL]
               System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(102,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithIPAddress_AddressAsString>d__3.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
            System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHostAndTimeoutAndBufferAndPingOptions_Unix [FAIL]
               System.Net.NetworkInformation.PingException : An exception occurred during a Ping request.
               ---- System.PlatformNotSupportedException : The system's ping utility could not be found.
               Stack Trace:
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(361,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(445,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsync>d__23.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/tests/FunctionalTests/PingTest.cs(311,0): at System.Net.NetworkInformation.Tests.PingTest.<SendPingAsyncWithHostAndTimeoutAndBufferAndPingOptions_Unix>d__14.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                  ----- Inner Stack Trace -----
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(151,0): at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs(30,0): at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
                  --- End of stack trace from previous location where exception was thrown ---
                     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
                  /d/git/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/Ping.cs(350,0): at System.Net.NetworkInformation.Ping.<GetAddressAndSendAsync>d__48.MoveNext()
         Finished:    System.Net.Ping.Functional.Tests

System.IO.FileSystem.Tests

         /d/git/corefx/bin/Unix.AnyCPU.Debug/System.IO.FileSystem.Tests/netstandard/RunTests.sh /d/git/corefx/Tools/testdotnetcli
         Using as the test runtime folder.
         Running tests... Start time: 21:17:20
         Commands:
         /d/git/corefx/Tools/testdotnetcli/dotnet xunit.console.netcore.exe System.IO.FileSystem.Tests.dll -xml testResults.xml -notrait Benchmark=true -notrait category=nonnetcoreapp1.1tests -notrait category=OuterLoop -notrait category=failing -notrait category=nonlinuxtests
         /d/git/corefx/bin/Unix.AnyCPU.Debug/System.IO.FileSystem.Tests/netstandard /d/git/corefx/src/System.IO.FileSystem/tests
         xUnit.net console test runner (64-bit .NET Core)
         Copyright (C) 2014 Outercurve Foundation.
         
         Discovering: System.IO.FileSystem.Tests
         Discovered:  System.IO.FileSystem.Tests
         Starting:    System.IO.FileSystem.Tests
            System.IO.Tests.Directory_GetDirectories_str.EnumerateWithSymLinkToDirectory [FAIL]
               Assert.Equal() Failure
               Expected: 1
               Actual:   0
               Stack Trace:
                  /d/git/corefx/src/System.IO.FileSystem/tests/Directory/GetDirectories.cs(34,0): at System.IO.Tests.Directory_GetDirectories_str.EnumerateWithSymLinkToDirectory()
            System.IO.Tests.Directory_EnumDir_str.EnumerateWithSymLinkToDirectory [FAIL]
               Assert.Equal() Failure
               Expected: 1
               Actual:   0
               Stack Trace:
                  /d/git/corefx/src/System.IO.FileSystem/tests/Directory/GetDirectories.cs(34,0): at System.IO.Tests.Directory_GetDirectories_str.EnumerateWithSymLinkToDirectory()
            System.IO.Tests.FileStream_ctor_str_fm_fa_fs_buffer_fo.ValidFileOptions [SKIP]
               Condition(s) not met: \"IsNotWindowsNanoServer\"
            System.IO.Tests.FileStream_ctor_str_fm_fa_fs_buffer_fo.ValidFileOptions_Encrypted [SKIP]
               Condition(s) not met: \"IsNotWindowsNanoServer\"
            System.IO.Tests.DirectoryInfo_GetDirectories.EnumerateWithSymLinkToDirectory [FAIL]
               Assert.Equal() Failure
               Expected: 1
               Actual:   0
               Stack Trace:
                  /d/git/corefx/src/System.IO.FileSystem/tests/Directory/GetDirectories.cs(34,0): at System.IO.Tests.Directory_GetDirectories_str.EnumerateWithSymLinkToDirectory()
            System.IO.Tests.DirectoryInfo_EnumDir_Str.EnumerateWithSymLinkToDirectory [FAIL]
               Assert.Equal() Failure
               Expected: 1
               Actual:   0
               Stack Trace:
                  /d/git/corefx/src/System.IO.FileSystem/tests/Directory/GetDirectories.cs(34,0): at System.IO.Tests.Directory_GetDirectories_str.EnumerateWithSymLinkToDirectory()
         Finished:    System.IO.FileSystem.Tests

I'm primarily adding this information to track the work we need to enable this scenario it doesn't have any particular priority to fix at this point.

@tarekgh
Copy link
Member

tarekgh commented Jan 26, 2017

CC @ianhays @davidsh @CIPop

@karelz
Copy link
Member

karelz commented Jan 26, 2017

@weshaggard can you please split it out into 2 issues - Networking and IO?

BTW: @tarekgh for Linux/Mac networking issues, please loop in @Priya91
cc: @steveharter @ianhays as they help with Linux Networking tests right now ...

@ellismg
Copy link
Contributor

ellismg commented Jan 26, 2017

For the ping issue specifically, do you have 'ping' installed in whatever container image you are using?

@weshaggard
Copy link
Member Author

For the ping issue specifically, do you have 'ping' installed in whatever container image you are using?

I didn't do anything but use our pre-canned docker images we use for our official builds. So if that is what is missing then I will ask @chcosta to include that.

@mellinoe
Copy link
Contributor

I just checked the ubuntu1604_prereqs image and it doesn't have ping installed.

@mellinoe
Copy link
Contributor

mellinoe commented Mar 8, 2017

@weshaggard Is there anything actionable here? It sounds like the only problem was using a machine without all of the prerequisites installed.

@weshaggard
Copy link
Member Author

Sorry I've not gotten back to this. I would like to keep test this out again and once I do that I will either update or close the issue.

@weshaggard weshaggard self-assigned this Mar 8, 2017
@Priya91
Copy link
Contributor

Priya91 commented Jun 23, 2017

@JiayiLi1 Can you please file a new issue for that test failure, it's not related to this issue. That test is failing on OSX, this is tracking a different platform.

joshfree referenced this issue in dotnet/corefx Dec 12, 2017
* Re-enable DriveInfo test on Windows Subsystem for Linux

https://github.com/dotnet/corefx/issues/11570

* Re-enable additional tests on WSL

Related microsoft/WSL#1011 and microsoft/WSL#308

* correct xunit Facts

* Disable some network tests on WSL

Disable some network tests on WindowsSubsystemForLinux due to https://github.com/dotnet/corefx/issues/15513
dotnet-bot referenced this issue in dotnet/corefx Jan 13, 2018
)

* Change ReadOnlySpan indexer to return ref readonly.

Update JIT to handle changes to ReadOnlySpan indexer

Resolving merge conflict and fixing jit importer

Update ReadOnlySpan Enumerator Current to use indexer.

Removing readonly keyword.

* Temporarily disabling Span perf and other tests that use ReadOnlySpan

* Isolating the ref readonly indexer change only to CoreCLR for now.

Reverting the change to Enumerator Current for now

Fix file formatting

Enable Alpine CI (#15502)

* Enable Alpine CI

This enables Alpine CI leg on every PR using the pipelines.

compare type size instead of var_types

get rid of TYP_CHAR

Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathF

Updating the PAL layer to support acosh, asinh, atanh, and cbrt

Adding some PAL tests for acosh, asinh, atanh, and cbrt

Adding valuenum support for acosh, asinh, atanh, and cbrt

Lsra Documentation

Update LinearScan section of ryujit-overview.md, and add lsra-detail.md

Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)

* Refactor Unsafe.cs to get it more in sync with CoreRT.

* Format the document.

* Unifying the copies of Unsafe using ifdefs

* Change exception thrown to PlatformNotSupportedException

* Addressing PR feedback and moving Unsafe to shared.

* Addressing PR feedback

* Addressing PR review - adding intrinsic attribute

Update CoreClr, CoreFx to preview1-26014-01, preview1-26013-12, respectively (#15513)

Revert "Add optional integer offset to OwnedMemory Pin (#15410)"

This reverts commit 8931cfa.

Get rid of old -altjitcrossgen argument now that CI has been updated

Merge pull request dotnet/corert#5109 from dotnet/nmirror (#15518)

Merge nmirror to master

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>

Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through four callbacks (#14982)""

Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments except lsra.cpp.

Update CoreClr, CoreFx, PgoData to preview1-26014-04, preview1-26014-03, master-20171214-0043, respectively (#15520)

* Disabling a test that uses ReadOnlySpan indexer

* Temporarily disabling the superpmi test and fixing nit

* Remove debug statements.
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
dotnet-bot referenced this issue in dotnet/corefx Jan 13, 2018
)

* Change ReadOnlySpan indexer to return ref readonly.

Update JIT to handle changes to ReadOnlySpan indexer

Resolving merge conflict and fixing jit importer

Update ReadOnlySpan Enumerator Current to use indexer.

Removing readonly keyword.

* Temporarily disabling Span perf and other tests that use ReadOnlySpan

* Isolating the ref readonly indexer change only to CoreCLR for now.

Reverting the change to Enumerator Current for now

Fix file formatting

Enable Alpine CI (#15502)

* Enable Alpine CI

This enables Alpine CI leg on every PR using the pipelines.

compare type size instead of var_types

get rid of TYP_CHAR

Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathF

Updating the PAL layer to support acosh, asinh, atanh, and cbrt

Adding some PAL tests for acosh, asinh, atanh, and cbrt

Adding valuenum support for acosh, asinh, atanh, and cbrt

Lsra Documentation

Update LinearScan section of ryujit-overview.md, and add lsra-detail.md

Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)

* Refactor Unsafe.cs to get it more in sync with CoreRT.

* Format the document.

* Unifying the copies of Unsafe using ifdefs

* Change exception thrown to PlatformNotSupportedException

* Addressing PR feedback and moving Unsafe to shared.

* Addressing PR feedback

* Addressing PR review - adding intrinsic attribute

Update CoreClr, CoreFx to preview1-26014-01, preview1-26013-12, respectively (#15513)

Revert "Add optional integer offset to OwnedMemory Pin (#15410)"

This reverts commit 8931cfa.

Get rid of old -altjitcrossgen argument now that CI has been updated

Merge pull request dotnet/corert#5109 from dotnet/nmirror (#15518)

Merge nmirror to master

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>

Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through four callbacks (#14982)""

Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments except lsra.cpp.

Update CoreClr, CoreFx, PgoData to preview1-26014-04, preview1-26014-03, master-20171214-0043, respectively (#15520)

* Disabling a test that uses ReadOnlySpan indexer

* Temporarily disabling the superpmi test and fixing nit

* Remove debug statements.
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
safern referenced this issue in dotnet/corefx Jan 16, 2018
)

* Change ReadOnlySpan indexer to return ref readonly.

Update JIT to handle changes to ReadOnlySpan indexer

Resolving merge conflict and fixing jit importer

Update ReadOnlySpan Enumerator Current to use indexer.

Removing readonly keyword.

* Temporarily disabling Span perf and other tests that use ReadOnlySpan

* Isolating the ref readonly indexer change only to CoreCLR for now.

Reverting the change to Enumerator Current for now

Fix file formatting

Enable Alpine CI (#15502)

* Enable Alpine CI

This enables Alpine CI leg on every PR using the pipelines.

compare type size instead of var_types

get rid of TYP_CHAR

Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathF

Updating the PAL layer to support acosh, asinh, atanh, and cbrt

Adding some PAL tests for acosh, asinh, atanh, and cbrt

Adding valuenum support for acosh, asinh, atanh, and cbrt

Lsra Documentation

Update LinearScan section of ryujit-overview.md, and add lsra-detail.md

Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)

* Refactor Unsafe.cs to get it more in sync with CoreRT.

* Format the document.

* Unifying the copies of Unsafe using ifdefs

* Change exception thrown to PlatformNotSupportedException

* Addressing PR feedback and moving Unsafe to shared.

* Addressing PR feedback

* Addressing PR review - adding intrinsic attribute

Update CoreClr, CoreFx to preview1-26014-01, preview1-26013-12, respectively (#15513)

Revert "Add optional integer offset to OwnedMemory Pin (#15410)"

This reverts commit 8931cfa.

Get rid of old -altjitcrossgen argument now that CI has been updated

Merge pull request dotnet/corert#5109 from dotnet/nmirror (#15518)

Merge nmirror to master

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>

Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through four callbacks (#14982)""

Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments except lsra.cpp.

Update CoreClr, CoreFx, PgoData to preview1-26014-04, preview1-26014-03, master-20171214-0043, respectively (#15520)

* Disabling a test that uses ReadOnlySpan indexer

* Temporarily disabling the superpmi test and fixing nit

* Remove debug statements.
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
safern referenced this issue in dotnet/corefx Jan 16, 2018
)

* Change ReadOnlySpan indexer to return ref readonly.

Update JIT to handle changes to ReadOnlySpan indexer

Resolving merge conflict and fixing jit importer

Update ReadOnlySpan Enumerator Current to use indexer.

Removing readonly keyword.

* Temporarily disabling Span perf and other tests that use ReadOnlySpan

* Isolating the ref readonly indexer change only to CoreCLR for now.

Reverting the change to Enumerator Current for now

Fix file formatting

Enable Alpine CI (#15502)

* Enable Alpine CI

This enables Alpine CI leg on every PR using the pipelines.

compare type size instead of var_types

get rid of TYP_CHAR

Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathF

Updating the PAL layer to support acosh, asinh, atanh, and cbrt

Adding some PAL tests for acosh, asinh, atanh, and cbrt

Adding valuenum support for acosh, asinh, atanh, and cbrt

Lsra Documentation

Update LinearScan section of ryujit-overview.md, and add lsra-detail.md

Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)

* Refactor Unsafe.cs to get it more in sync with CoreRT.

* Format the document.

* Unifying the copies of Unsafe using ifdefs

* Change exception thrown to PlatformNotSupportedException

* Addressing PR feedback and moving Unsafe to shared.

* Addressing PR feedback

* Addressing PR review - adding intrinsic attribute

Update CoreClr, CoreFx to preview1-26014-01, preview1-26013-12, respectively (#15513)

Revert "Add optional integer offset to OwnedMemory Pin (#15410)"

This reverts commit 8931cfa.

Get rid of old -altjitcrossgen argument now that CI has been updated

Merge pull request dotnet/corert#5109 from dotnet/nmirror (#15518)

Merge nmirror to master

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>

Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through four callbacks (#14982)""

Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments except lsra.cpp.

Update CoreClr, CoreFx, PgoData to preview1-26014-04, preview1-26014-03, master-20171214-0043, respectively (#15520)

* Disabling a test that uses ReadOnlySpan indexer

* Temporarily disabling the superpmi test and fixing nit

* Remove debug statements.
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
@weshaggard
Copy link
Member Author

Closing as there is no push on this right now and likely the issue is we need to ensure the correct dependencies are installed.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 3.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-libraries os-linux Linux OS (any supported distro) test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

8 participants