Console log: 'System.Net.Http.Functional.Tests' from job 9a087cbf-bdd5-4e67-99fc-dcc5ddc268fd (azurelinux.3.amd64.open.rt) using docker image mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.24-helix-amd64@sha256:240788457ec91460a35f6aa8d70bc1aaa7d1347d211fc5f5c0b35f648a33d7bd on a0035CD running $HELIX_CORRELATION_PAYLOAD/scripts/d4080a6e77c74c6abf37707ac4f6aeae/execute.sh in /datadisks/disk1/work/C0DD0AAD/w/A43408D6/e max 900 seconds Output: [BEGIN EXECUTION] + cd /root/helix/work/workitem/e + mkdir -p /datadisks/disk1/dumps/ + /root/helix/work/correlation/scripts/d4080a6e77c74c6abf37707ac4f6aeae/execute.sh + export '__TestArchitecture=x64' + ./RunTests.sh --runtime-path /root/helix/work/correlation ========================= Begin custom configuration settings ============================== export __IsXUnitLogCheckerSupported=1 export XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS=1 ========================== End custom configuration settings =============================== ----- start Thu Aug 6 01:30:15 UTC 2026 =============== To repro directly: ===================================================== pushd . /root/helix/work/correlation/dotnet exec --runtimeconfig System.Net.Http.Functional.Tests.runtimeconfig.json --depsfile System.Net.Http.Functional.Tests.deps.json xunit.console.dll System.Net.Http.Functional.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing popd =========================================================================================================== /root/helix/work/workitem/e /root/helix/work/workitem/e Discovering: System.Net.Http.Functional.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Net.Http.Functional.Tests (found 1727 of 2038 test cases) Starting: System.Net.Http.Functional.Tests (parallel test collections = on [2 threads], stop on fail = off) System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Http3.ReadAsStreamAsync_Cancellation [SKIP] Condition(s) not met: "IsBrowser" System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Http3.ReadAsStreamAsync_StreamingCancellation [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_ClientEKUServerAuth_Fails [SKIP] Condition(s) not met: "CanTestCertificates" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_NoEKUServerAuth_Ok [SKIP] Condition(s) not met: "CanTestCertificates" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_NoEKUClientAuth_Ok [SKIP] Condition(s) not met: "CanTestCertificates" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_ServerEKUClientAuth_Fails [SKIP] Condition(s) not met: "CanTestCertificates" System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.SendAsync_RequestRejected_ClientRetries [FAIL] System.Net.Http.HttpRequestException : The request was aborted. ---- System.Net.Http.HttpProtocolException : The HTTP/3 server reset the stream. HTTP/3 error code 'H3_REQUEST_REJECTED' (0x10b). (HttpProtocolError) -------- System.Net.Quic.QuicException : Stream aborted by peer (267). Stack Trace: /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs(305,0): at System.Net.Http.Http3RequestStream.SendAsync(CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs(398,0): at System.Net.Http.Http3RequestStream.SendAsync(CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3Connection.cs(343,0): at System.Net.Http.Http3Connection.SendAsync(HttpRequestMessage request, WaitForHttp3ConnectionActivity waitForConnectionActivity, Boolean streamAvailable, CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3Connection.cs(357,0): at System.Net.Http.Http3Connection.SendAsync(HttpRequestMessage request, WaitForHttp3ConnectionActivity waitForConnectionActivity, Boolean streamAvailable, CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/ConnectionPool/HttpConnectionPool.Http3.cs(107,0): at System.Net.Http.HttpConnectionPool.TrySendUsingHttp3Async(HttpRequestMessage request, CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/ConnectionPool/HttpConnectionPool.cs(437,0): at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs(139,0): at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs(29,0): at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpMessageHandlerStage.cs(21,0): at System.Net.Http.HttpMessageHandlerStage.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/SocketsHttpHandler.cs(668,0): at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|119_0(HttpRequestMessage request, CancellationToken cancellationToken) /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs(139,0): at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs(544,0): at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs(139,0): at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs(524,0): at System.Net.Http.HttpClient.SendAsync(HttpRequestMessage request, HttpCompletionOption completionOption) /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs(420,0): at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.<>c__DisplayClass11_0.b__1() /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(119,0): at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) --- End of stack trace from previous location --- /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(89,0): at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(54,0): at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs(423,0): at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.SendAsync_RequestRejected_ClientRetries() --- End of stack trace from previous location --- ----- Inner Stack Trace ----- ----- Inner Stack Trace ----- /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs(178,0): at System.Net.Quic.ResettableValueTaskSource.TryComplete(Exception exception, Boolean final) /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs(237,0): at System.Net.Quic.ResettableValueTaskSource.TrySetException(Exception exception) /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs(644,0): at System.Net.Quic.QuicStream.HandleEventPeerSendAborted(_PEER_SEND_ABORTED_e__Struct& data) /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs(702,0): at System.Net.Quic.QuicStream.HandleStreamEvent(QUIC_STREAM_EVENT& streamEvent) /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs(734,0): at System.Net.Quic.QuicStream.NativeCallback(QUIC_HANDLE* stream, Void* context, QUIC_STREAM_EVENT* streamEvent) --- End of stack trace from previous location --- /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs(251,0): at System.Net.Quic.ResettableValueTaskSource.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs(353,0): at System.Net.Quic.QuicStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs(908,0): at System.Net.Http.Http3RequestStream.ReadFrameEnvelopeAsync(CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs(415,0): at System.Net.Http.Http3RequestStream.ReadResponseAsync(CancellationToken cancellationToken) /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs(236,0): at System.Net.Http.Http3RequestStream.SendAsync(CancellationToken cancellationToken) System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Authentication_Test.Credentials_DomainJoinedServerUsesKerberos_UseIpAddressAndHostHeader_Success [SKIP] Condition(s) not met: "IsDomainJoinedServerAvailable" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Authentication_Test.Proxy_DomainJoinedProxyServerUsesKerberos_Success [SKIP] Condition(s) not met: "IsDomainJoinedServerAvailable" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Authentication_Test.Credentials_ServerChallengesWithWindowsAuth_ClientSendsWindowsAuthHeader [SKIP] Condition(s) not met: "IsNtlmInstalled" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Authentication_Test.Credentials_ServerUsesWindowsAuthentication_Success [SKIP] Condition(s) not met: "IsNtlmInstalled", "IsWindowsServerAvailable" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Authentication_Test.Credentials_BrokenNtlmFromServer [SKIP] Condition(s) not met: "IsNtlmInstalled" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Authentication_Test.Credentials_DomainJoinedServerUsesKerberos_Success [SKIP] Condition(s) not met: "IsDomainJoinedServerAvailable" System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest_Http2.Http3_WaitForConnection_RecordedWhenWaitingForStream [SKIP] This test is specific to async HTTP/3 runs. System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest_Http2.UseIPAddressInTargetUri_ProxyTunnel [SKIP] Test only for HTTP/1.1 System.Net.Http.Functional.Tests.HttpMetricsTest_Http30.UseIPAddressInTargetUri_NoProxy_RecordsHostHeaderAsServerAddress(useTls: False) [SKIP] No insecure connections with HTTP/3. System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http11.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\nxwow\nmore\n", testTrailers: False) [SKIP] This case is not valid for HTTP 1.1 System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http11.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\rwow\rmore\r\n", testTrailers: False) [SKIP] This case is not valid for HTTP 1.1 System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http11.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\nxwow\nmore\n", testTrailers: True) [SKIP] This case is not valid for HTTP 1.1 System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http11.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\rwow\rmore\r\n", testTrailers: True) [SKIP] This case is not valid for HTTP 1.1 System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.ReadAsStreamAsync_StreamingCancellation [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.ReadAsStreamAsync_Cancellation [SKIP] Condition(s) not met: "IsBrowser" System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest_Http11.Http3_WaitForConnection_RecordedWhenWaitingForStream [SKIP] This test is specific to async HTTP/3 runs. System.Net.Http.Functional.Tests.SocketsHttpHandler_Http1_TrailingHeaders_Test.GetAsync_UseResponseHeadersReadOption_TrailingHeadersReceived(includeContentLength: True) [SKIP] HTTP/1.1 trailers are only supported with chunked encoding. System.Net.Http.Functional.Tests.SocketsHttpHandler_Http1_TrailingHeaders_Test.GetAsync_TrailingHeadersReceived(emptyContent: False, includeContentLength: True) [SKIP] HTTP/1.1 trailers are only supported with chunked encoding. System.Net.Http.Functional.Tests.SocketsHttpHandler_Http1_TrailingHeaders_Test.GetAsync_TrailingHeadersReceived(emptyContent: True, includeContentLength: True) [SKIP] HTTP/1.1 trailers are only supported with chunked encoding. System.Net.Http.Functional.Tests.SyncHttpHandler_DiagnosticsTest.Http3_WaitForConnection_RecordedWhenWaitingForStream [SKIP] This test is specific to async HTTP/3 runs. System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Proxy_Test.Proxy_SslProxyUnsupported_Throws [SKIP] Condition(s) not met: "IsWinHttpHandler" System.Net.Http.Functional.Tests.HttpMetricsTest_Http30_HttpMessageInvoker.UseIPAddressInTargetUri_NoProxy_RecordsHostHeaderAsServerAddress(useTls: False) [SKIP] No insecure connections with HTTP/3. System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Authentication_Test.Credentials_ServerUsesWindowsAuthentication_Success [SKIP] Condition(s) not met: "IsNtlmInstalled", "IsWindowsServerAvailable" System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Authentication_Test.Credentials_ServerChallengesWithWindowsAuth_ClientSendsWindowsAuthHeader [SKIP] Condition(s) not met: "IsNtlmInstalled" System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Authentication_Test.Proxy_DomainJoinedProxyServerUsesKerberos_Success [SKIP] Condition(s) not met: "IsDomainJoinedServerAvailable" System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Authentication_Test.Credentials_BrokenNtlmFromServer [SKIP] Condition(s) not met: "IsNtlmInstalled" System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Authentication_Test.Credentials_DomainJoinedServerUsesKerberos_Success [SKIP] Condition(s) not met: "IsDomainJoinedServerAvailable" System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Authentication_Test.Credentials_DomainJoinedServerUsesKerberos_UseIpAddressAndHostHeader_Success [SKIP] Condition(s) not met: "IsDomainJoinedServerAvailable" System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingRequest [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingRequest_ServerFail [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingRequest_ThrowFromContentCopy_RequestFails [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_Streaming [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingResponseAbort [SKIP] Condition(s) not met: "IsBrowser" System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingRequest_CancelRequest [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingResponse [SKIP] Condition(s) not met: "IsBrowser" System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandlerTest.ReadAsStreamAsync_Cancellation [SKIP] Condition(s) not met: "IsBrowser" System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandlerTest.ReadAsStreamAsync_StreamingCancellation [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest_Http3.UseIPAddressInTargetUri_ProxyTunnel [SKIP] Test only for HTTP/1.1 System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Http2.ReadAsStreamAsync_Cancellation [SKIP] Condition(s) not met: "IsBrowser" System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Http2.ReadAsStreamAsync_StreamingCancellation [SKIP] Condition(s) not met: "IsChromium" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClient_SelectedSites_Test.RetrieveSite_Succeeds [SKIP] Condition(s) not met: "IsSelectedSitesTestEnabled" System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClient_SelectedSites_Test.RetrieveSite_Debug_Helper [SKIP] Condition(s) not met: "IsSelectedSitesTestEnabled" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_DowngradesPoolToHttp11 [SKIP] Condition(s) not met: "IsNtlmAndAlpnAvailable" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_AuthDisabledAfterRedirect_Returns401 [SKIP] Condition(s) not met: "IsNtlmAvailable" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_Http2OnlyRequestsStillWork [SKIP] Condition(s) not met: "IsNtlmAndAlpnAvailable" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_ExactVersionPolicy_Returns401 [SKIP] Condition(s) not met: "IsNtlmAvailable" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_WithContent_Returns401 [SKIP] Condition(s) not met: "IsNtlmAvailable" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_SubsequentRequestsUseHttp11 [SKIP] Condition(s) not met: "IsNtlmAndAlpnAvailable" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_PostSetsFlag_SubsequentGetUsesHttp11 [SKIP] Condition(s) not met: "IsNtlmAndAlpnAvailable" System.Net.Http.Functional.Tests.NtAuthTests.Http2_SessionAuthChallenge_Http11RequestVersionOrHigher_DowngradesToHttp11 [SKIP] Condition(s) not met: "IsNtlmAndAlpnAvailable" System.Net.Http.Functional.Tests.NtAuthTests.DefaultHandler_FakeServer_Success [SKIP] Condition(s) not met: "IsNtlmAvailable" System.Net.Http.Functional.Tests.SyncHttpHandlerTest_HttpClientHandlerTest_Headers.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\nxwow\nmore\n", testTrailers: False) [SKIP] This case is not valid for HTTP 1.1 System.Net.Http.Functional.Tests.SyncHttpHandlerTest_HttpClientHandlerTest_Headers.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\rwow\rmore\r\n", testTrailers: False) [SKIP] This case is not valid for HTTP 1.1 System.Net.Http.Functional.Tests.SyncHttpHandlerTest_HttpClientHandlerTest_Headers.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\nxwow\nmore\n", testTrailers: True) [SKIP] This case is not valid for HTTP 1.1 System.Net.Http.Functional.Tests.SyncHttpHandlerTest_HttpClientHandlerTest_Headers.SendAsync_InvalidCharactersInResponseHeader_ReplacedWithSpaces(testHttp11: False, value: "test\rwow\rmore\r\n", testTrailers: True) [SKIP] This case is not valid for HTTP 1.1 Finished: System.Net.Http.Functional.Tests === TEST EXECUTION SUMMARY === System.Net.Http.Functional.Tests Total: 5454, Errors: 0, Failed: 1, Skipped: 61, Time: 253.765s /root/helix/work/workitem/e ----- end Thu Aug 6 01:34:31 UTC 2026 ----- exit code 1 ---------------------------------------------------------- ulimit -c value: unlimited cat /proc/sys/kernel/core_pattern: /datadisks/disk1/dumps/core.%u.%p cat /proc/sys/kernel/core_uses_pid: 1 cat: /proc/sys/kernel/coredump_filter: No such file or directory cat /proc/sys/kernel/coredump_filter: Looking around for any Linux dumps... Looking for files matching core.* ... XUnitLogChecker status: 1 ----- start =============== XUnitLogChecker Output ===================================================== No dumps found in /datadisks/disk1/dumps. ----- end =============== XUnitLogChecker Output - exit code 0 =========================== + export '_commandExitCode=0' + + xargs -0 -Ifind '{}' . sh -maxdepth -c 5 'mkdir -p "$HELIX_WORKITEM_UPLOAD_ROOT/$" && cp -f "{}" "$HELIX_WORKITEM_UPLOAD_ROOT/{}"' '(' -iname '*.trx' -o -iname testResults.xml -o -iname test-results.xml -o -iname test_results.xml -o -iname junit-results.xml -o -iname junitresults.xml ')' -print0 + python /root/helix/work/correlation/gen-debug-dump-docs.py -buildid 1541923 -workitem System.Net.Http.Functional.Tests -jobid 9a087cbf-bdd5-4e67-99fc-dcc5ddc268fd -outdir /root/helix/work/workitem/uploads -templatedir /root/helix/work/correlation -dumpdir /datadisks/disk1/dumps -productver 11.0.0 gen-debug-dump-docs.py: Did not find dumps, skipping dump docs generation. + exit 0 + _commandExitCode=0 + chmod -R 777 /datadisks/disk1/dumps + exit 0 [END EXECUTION] Exit Code:0