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

[automated] Merge branch 'release/9.0' => 'main' #57836

Merged
merged 3 commits into from
Sep 12, 2024

Merge branch 'main' into merge/release/9.0-to-main

90949c6
Select commit
Loading
Failed to load commit list.
Merged

[automated] Merge branch 'release/9.0' => 'main' #57836

Merge branch 'main' into merge/release/9.0-to-main
90949c6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci failed Sep 12, 2024 in 1h 43m 11s

Build #20240912.7 had test failures

Details

Tests

  • Failed: 27 (0.01%)
  • Passed: 202,517 (98.06%)
  • Other: 3,984 (1.93%)
  • Total: 206,528

Annotations

Check failure on line 796 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Build log #L796

Detected modification to baseline API files. PublicAPI.Shipped.txt files should only be updated after a major release, and PublicAPI.Unshipped.txt files should not be updated in release branches. See /docs/APIBaselines.md for more information.

Check failure on line 798 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Build log #L798

Modified API baseline files:

Check failure on line 800 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Build log #L800

src/Caching/Hybrid/src/PublicAPI.Shipped.txt

Check failure on line 810 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Build log #L810

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.StartupTests.CheckStdoutWithLargeWrites_LogFile

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.StartupTests.CheckStdoutWithLargeWrites_LogFile

Test failed

Check failure on line 1 in Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidSelfSignedWithNoEkuAuthenticates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidSelfSignedWithNoEkuAuthenticates

System.TypeInitializationException : The type initializer for 'Microsoft.AspNetCore.Authentication.Certificate.Certificates' threw an exception.
---- System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.
Raw output
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.get_SelfSignedValidWithNoEku() in /_/src/Shared/test/Certificates/Certificates.cs:line 109
   at Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidSelfSignedWithNoEkuAuthenticates() in /_/src/Security/Authentication/test/CertificateTests.cs:line 64
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Security.Cryptography.CngHelpers.OpenStorageProvider(CngProvider provider)
   at System.Security.Cryptography.CngKey.Import(ReadOnlySpan`1 keyBlob, String curveName, CngKeyBlobFormat format, CngProvider provider)
   at System.Security.Cryptography.RSACng.ImportKeyBlob(ReadOnlySpan`1 rsaBlob, Boolean includePrivate)
   at System.Security.Cryptography.RSACng.ImportParameters(RSAParameters parameters)
   at System.Security.Cryptography.X509Certificates.CertificatePal.CopyWithPrivateKey(RSA rsa)
   at System.Security.Cryptography.X509Certificates.RSACertificateExtensions.CopyWithPrivateKey(X509Certificate2 certificate, RSA privateKey)
   at System.Security.Cryptography.X509Certificates.CertificateRequest.CreateSelfSigned(DateTimeOffset notBefore, DateTimeOffset notAfter)
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.MakeCert(String subjectName, String eku, DateTimeOffset notBefore, DateTimeOffset notAfter) in /_/src/Shared/test/Certificates/Certificates.cs:line 97
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.MakeCert(String subjectName, String eku, DateTimeOffset now) in /_/src/Shared/test/Certificates/Certificates.cs:line 71
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates..cctor() in /_/src/Shared/test/Certificates/Certificates.cs:line 19

Check failure on line 1 in Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidClientCertFailsWithoutAdditionalCertificatesAuthenticates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidClientCertFailsWithoutAdditionalCertificatesAuthenticates

System.TypeInitializationException : The type initializer for 'Microsoft.AspNetCore.Authentication.Certificate.Certificates' threw an exception.
---- System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.
Raw output
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.get_SelfSignedPrimaryRoot() in /_/src/Shared/test/Certificates/Certificates.cs:line 101
   at Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidClientCertFailsWithoutAdditionalCertificatesAuthenticates() in /_/src/Security/Authentication/test/CertificateTests.cs:line 368
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Security.Cryptography.CngHelpers.OpenStorageProvider(CngProvider provider)
   at System.Security.Cryptography.CngKey.Import(ReadOnlySpan`1 keyBlob, String curveName, CngKeyBlobFormat format, CngProvider provider)
   at System.Security.Cryptography.RSACng.ImportKeyBlob(ReadOnlySpan`1 rsaBlob, Boolean includePrivate)
   at System.Security.Cryptography.RSACng.ImportParameters(RSAParameters parameters)
   at System.Security.Cryptography.X509Certificates.CertificatePal.CopyWithPrivateKey(RSA rsa)
   at System.Security.Cryptography.X509Certificates.RSACertificateExtensions.CopyWithPrivateKey(X509Certificate2 certificate, RSA privateKey)
   at System.Security.Cryptography.X509Certificates.CertificateRequest.CreateSelfSigned(DateTimeOffset notBefore, DateTimeOffset notAfter)
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.MakeCert(String subjectName, String eku, DateTimeOffset notBefore, DateTimeOffset notAfter) in /_/src/Shared/test/Certificates/Certificates.cs:line 97
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.MakeCert(String subjectName, String eku, DateTimeOffset now) in /_/src/Shared/test/Certificates/Certificates.cs:line 71
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates..cctor() in /_/src/Shared/test/Certificates/Certificates.cs:line 19

Check failure on line 1 in Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidSelfSignedWithClientEkuFailsWhenSelfSignedCertsNotAllowed

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidSelfSignedWithClientEkuFailsWhenSelfSignedCertsNotAllowed

System.TypeInitializationException : The type initializer for 'Microsoft.AspNetCore.Authentication.Certificate.Certificates' threw an exception.
---- System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.
Raw output
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.get_SelfSignedValidWithClientEku() in /_/src/Shared/test/Certificates/Certificates.cs:line 107
   at Microsoft.AspNetCore.Authentication.Certificate.Test.ClientCertificateAuthenticationTests.VerifyValidSelfSignedWithClientEkuFailsWhenSelfSignedCertsNotAllowed() in /_/src/Security/Authentication/test/CertificateTests.cs:line 80
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Security.Cryptography.CngHelpers.OpenStorageProvider(CngProvider provider)
   at System.Security.Cryptography.CngKey.Import(ReadOnlySpan`1 keyBlob, String curveName, CngKeyBlobFormat format, CngProvider provider)
   at System.Security.Cryptography.RSACng.ImportKeyBlob(ReadOnlySpan`1 rsaBlob, Boolean includePrivate)
   at System.Security.Cryptography.RSACng.ImportParameters(RSAParameters parameters)
   at System.Security.Cryptography.X509Certificates.CertificatePal.CopyWithPrivateKey(RSA rsa)
   at System.Security.Cryptography.X509Certificates.RSACertificateExtensions.CopyWithPrivateKey(X509Certificate2 certificate, RSA privateKey)
   at System.Security.Cryptography.X509Certificates.CertificateRequest.CreateSelfSigned(DateTimeOffset notBefore, DateTimeOffset notAfter)
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.MakeCert(String subjectName, String eku, DateTimeOffset notBefore, DateTimeOffset notAfter) in /_/src/Shared/test/Certificates/Certificates.cs:line 97
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates.MakeCert(String subjectName, String eku, DateTimeOffset now) in /_/src/Shared/test/Certificates/Certificates.cs:line 71
   at Microsoft.AspNetCore.Authentication.Certificate.Certificates..cctor() in /_/src/Shared/test/Certificates/Certificates.cs:line 19