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

[release/9.0.2xx] Update dependencies from dotnet/arcade #44239

Merge branch 'release/9.0.2xx' of https://github.com/dotnet/sdk into …

f330f08
Select commit
Loading
Failed to load commit list.
Merged

[release/9.0.2xx] Update dependencies from dotnet/arcade #44239

Merge branch 'release/9.0.2xx' of https://github.com/dotnet/sdk into …
f330f08
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-sdk-public-ci succeeded Oct 17, 2024 in 1h 6m 34s

Build #20241016.113 had test failures

Details

Tests

  • Failed: 13 (0.06%)
  • Passed: 20,054 (93.77%)
  • Other: 1,320 (6.17%)
  • Total: 21,387

Annotations

Check failure on line 1 in Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.SessionEndedAsync_Test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.SessionEndedAsync_Test

System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.
Raw output
   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.WebTools.AspireServer.CertGenerator.GenerateCert() in /_/src/BuiltInTools/AspireService/Helpers/CertGenerator.cs:line 26
   at Microsoft.WebTools.AspireServer.AspireServerService..ctor(IAspireServerEvents aspireServerEvents, String displayName, Action`1 tracer) in /_/src/BuiltInTools/AspireService/AspireServerService.cs:line 78
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.GetAspireServer(Mocks mocks, Boolean waitForListening) in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 445
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.SessionEndedAsync_Test() in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 65
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.LaunchProject_FailWrongUrl

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.LaunchProject_FailWrongUrl

System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.
Raw output
   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.WebTools.AspireServer.CertGenerator.GenerateCert() in /_/src/BuiltInTools/AspireService/Helpers/CertGenerator.cs:line 26
   at Microsoft.WebTools.AspireServer.AspireServerService..ctor(IAspireServerEvents aspireServerEvents, String displayName, Action`1 tracer) in /_/src/BuiltInTools/AspireService/AspireServerService.cs:line 78
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.GetAspireServer(Mocks mocks, Boolean waitForListening) in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 445
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.LaunchProject_FailWrongUrl() in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 194
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.Info_FailNoBearerToken

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.Info_FailNoBearerToken

System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.
Raw output
   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.WebTools.AspireServer.CertGenerator.GenerateCert() in /_/src/BuiltInTools/AspireService/Helpers/CertGenerator.cs:line 26
   at Microsoft.WebTools.AspireServer.AspireServerService..ctor(IAspireServerEvents aspireServerEvents, String displayName, Action`1 tracer) in /_/src/BuiltInTools/AspireService/AspireServerService.cs:line 78
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.GetAspireServer(Mocks mocks, Boolean waitForListening) in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 445
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.Info_FailNoBearerToken() in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 269
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.SessionStarted_Test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.SessionStarted_Test

System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.
Raw output
   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.WebTools.AspireServer.CertGenerator.GenerateCert() in /_/src/BuiltInTools/AspireService/Helpers/CertGenerator.cs:line 26
   at Microsoft.WebTools.AspireServer.AspireServerService..ctor(IAspireServerEvents aspireServerEvents, String displayName, Action`1 tracer) in /_/src/BuiltInTools/AspireService/AspireServerService.cs:line 78
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.GetAspireServer(Mocks mocks, Boolean waitForListening) in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 445
   at Microsoft.WebTools.AspireServer.UnitTests.AspireServerServiceTests.SessionStarted_Test() in /_/test/Microsoft.WebTools.AspireService.Tests/AspireServerServiceTests.cs:line 35
--- End of stack trace from previous location ---