Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Test failure: Unknown chain building error in System.Net.Security.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback #101835

Closed
@carlossanlop

Description

@carlossanlop

Build Information

Build:https://dev.azure.com/dnceng-public/public/_build/results?buildId=664116
Build error leg or test failing:Libraries Test Run release coreclr windows x64 Release

Error Message

{"ErrorMessage" : ["ConnectWithRevocation_WithCallback","CryptographicException : An unknown chain building error occurred."],"BuildRetry" :false,"ExcludeConsoleLog" :false}
    System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback(checkRevocation: True) [FAIL]      System.Security.Cryptography.CryptographicException : An unknown chain building error occurred.      Stack Trace:        /_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509Chain.cs(192,0): at System.Security.Cryptography.X509Certificates.X509Chain.Build(X509Certificate2 certificate, Boolean throwOnException)        /_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509Chain.cs(91,0): at System.Security.Cryptography.X509Certificates.X509Chain.Build(X509Certificate2 certificate)        /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStreamCertificateContext.cs(63,0): at System.Net.Security.SslStreamCertificateContext.Create(X509Certificate2 target, X509Certificate2Collection additionalCertificates, Boolean offline, SslCertificateTrust trust, Boolean noOcspFetch)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(265,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        --- End of stack trace from previous location ---    System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback(checkRevocation: False) [FAIL]      System.Security.Cryptography.CryptographicException : An unknown chain building error occurred.      Stack Trace:        /_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509Chain.cs(192,0): at System.Security.Cryptography.X509Certificates.X509Chain.Build(X509Certificate2 certificate, Boolean throwOnException)        /_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509Chain.cs(91,0): at System.Security.Cryptography.X509Certificates.X509Chain.Build(X509Certificate2 certificate)        /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStreamCertificateContext.Windows.cs(29,0): at System.Net.Security.SslStreamCertificateContext..ctor(X509Certificate2 target, ReadOnlyCollection`1 intermediates, SslCertificateTrust trust)        /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStreamCertificateContext.cs(121,0): at System.Net.Security.SslStreamCertificateContext.Create(X509Certificate2 target, X509Certificate2Collection additionalCertificates, Boolean offline, SslCertificateTrust trust, Boolean noOcspFetch)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(265,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        /_/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs(313,0): at System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback_Core(X509RevocationMode revocationMode, Nullable`1 offlineContext, Boolean noIntermediates, String testName)        --- End of stack trace from previous location ---

Known issue validation

Build: 🔎https://dev.azure.com/dnceng-public/public/_build/results?buildId=664116
Error message validated:[ConnectWithRevocation_WithCallback CryptographicException : An unknown chain building error occurred.]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/3/2024 4:02:56 AM UTC

Report

BuildDefinitionTestPull Request
718949dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103922
718293dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103766
713739dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103646
712969dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103704
712671dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103695
711611dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103564
711234dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103590
710815dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103590
709562dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103458
707574dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103226
706066dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103324
705837dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103372
705719dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103322
703480dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103226
701187dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103058
699344dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#102379
700427dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103152
700188dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103052
699781dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#102656
698604dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#103058
694770dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback
691690dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#102793
689901dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#102628
689748dotnet/runtimeSystem.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback#102769

Summary

24-Hour Hit Count7-Day Hit Count1-Month Count
0424

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp