Console log: 'System.Net.Http.Functional.Tests' from job 1529c68f-de5f-4c1f-9143-8f26215d4f2e (azurelinux.3.amd64.open.rt) using docker image mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.24-helix-amd64@sha256:240788457ec91460a35f6aa8d70bc1aaa7d1347d211fc5f5c0b35f648a33d7bd on a00330R running $HELIX_CORRELATION_PAYLOAD/scripts/3263adfda08345c7a5e9b752300b32ce/execute.sh in /datadisks/disk1/work/ABAD0953/w/90EF081F/e max 900 seconds Output: [BEGIN EXECUTION] + cd /root/helix/work/workitem/e + mkdir -p /datadisks/disk1/dumps/ + /root/helix/work/correlation/scripts/3263adfda08345c7a5e9b752300b32ce/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 Wed Aug 5 11:01:07 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 1725 of 2036 test cases) Starting: System.Net.Http.Functional.Tests (parallel test collections = on [2 threads], stop on fail = off) 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.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.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_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.HttpMetricsTest_Http30.TimeInQueue_RecordedForNewConnectionsOnly [FAIL] Assert.Equal() Failure: Values differ Expected: 1 Actual: 2 Stack Trace: /_/src/libraries/System.Net.Http/tests/FunctionalTests/MetricsTest.cs(923,0): at System.Net.Http.Functional.Tests.HttpMetricsTest.b__26_0(Uri uri) /_/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/Net/Http/GenericLoopbackServer.cs(44,0): at System.Net.Test.Common.LoopbackServerFactory.<>c__DisplayClass6_0.b__0(GenericLoopbackServer server, Uri uri) /_/src/libraries/Common/tests/System/Net/Http/Http3LoopbackServer.cs(115,0): at System.Net.Test.Common.Http3LoopbackServerFactory.CreateServerAsync(Func`3 funcAsync, Int32 millisecondsTimeout, GenericLoopbackOptions options) --- End of stack trace from previous location --- System.Net.Http.Functional.Tests.HttpMetricsTest_Http30.UseIPAddressInTargetUri_NoProxy_RecordsHostHeaderAsServerAddress(useTls: False) [SKIP] No insecure connections with HTTP/3. 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_DiagnosticsTest_Http11.Http3_WaitForConnection_RecordedWhenWaitingForStream [SKIP] This test is specific to async HTTP/3 runs. 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.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.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.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.SocketsHttpHandler_DiagnosticsTest_Http3.SendAsync_ReuseRequestInHandler_ResetsHeadersForEachReuse [FAIL] System.TimeoutException : The operation has timed out. Stack Trace: /_/src/libraries/Common/tests/System/Net/Http/Http3LoopbackServer.cs(115,0): at System.Net.Test.Common.Http3LoopbackServerFactory.CreateServerAsync(Func`3 funcAsync, Int32 millisecondsTimeout, GenericLoopbackOptions options) /_/src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs(1584,0): at System.Net.Http.Functional.Tests.DiagnosticsTest.SendAsync_ReuseRequestInHandler_ResetsHeadersForEachReuse() --- End of stack trace from previous location --- 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_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_HttpClientHandler_Proxy_Test.Proxy_SslProxyUnsupported_Throws [SKIP] Condition(s) not met: "IsWinHttpHandler" 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 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.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.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.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" Finished: System.Net.Http.Functional.Tests === TEST EXECUTION SUMMARY === System.Net.Http.Functional.Tests Total: 5446, Errors: 0, Failed: 2, Skipped: 61, Time: 292.952s /root/helix/work/workitem/e ----- end Wed Aug 5 11:06:02 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' + find . -maxdepth 5 '(' -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 + xargs -0 -I '{}' sh -c 'mkdir -p "$HELIX_WORKITEM_UPLOAD_ROOT/$" && cp -f "{}" "$HELIX_WORKITEM_UPLOAD_ROOT/{}"' + python /root/helix/work/correlation/gen-debug-dump-docs.py -buildid 1540713 -workitem System.Net.Http.Functional.Tests -jobid 1529c68f-de5f-4c1f-9143-8f26215d4f2e -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