Skip to content

update tsaconfig#56749

Merged
danmoseley merged 2 commits into
dotnet:mainfrom
danmoseley:tsaconfig
Jul 12, 2024
Merged

update tsaconfig#56749
danmoseley merged 2 commits into
dotnet:mainfrom
danmoseley:tsaconfig

Conversation

@danmoseley
Copy link
Copy Markdown
Member

Just noticed this alias is out of date.

@danmoseley danmoseley requested review from a team and wtgodbe as code owners July 11, 2024 17:51
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jul 11, 2024
@danmoseley danmoseley enabled auto-merge (squash) July 11, 2024 18:43
@danmoseley
Copy link
Copy Markdown
Member Author

Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver tests are failing thus:

2024-07-11T19:41:02.1392455Z  | [31.327s] Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver Debug: Considering key {4c6e83ab-23c2-4da8-a63f-d35f313be183} with expiration date 2024-10-09 18:29:51Z as default key.
2024-07-11T19:41:02.1392496Z  | [31.327s] Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver Debug: Key {4c6e83ab-23c2-4da8-a63f-d35f313be183} method CreateEncryptor failed. Retrying.
2024-07-11T19:41:02.1392538Z  | System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key.
2024-07-11T19:41:02.1392579Z  |    at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 143
2024-07-11T19:41:02.1392683Z  |    at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185
2024-07-11T19:41:02.1392725Z  |    at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100
2024-07-11T19:41:02.1392804Z  | [31.687s] Microsoft.AspNetCore.DataProtection.TypeForwardingActivator Debug: Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
2024-07-11T19:41:02.1393003Z  | [31.693s] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager Error: An exception occurred while processing the key element '<key id="4c6e83ab-23c2-4da8-a63f-d35f313be183" version="1" />'.

@javiercn I'm confident this is not related. Is the correct protocol here to create an issue with a build analysis pattern, then rerun build analysis? (dotnet/runtime protocol: https://github.com/danmoseley/runtime/blob/a42b063686e9e4c263e6a773b5836a594a62343b/docs/workflow/ci/failure-analysis.md#triaging-errors-seen-in-ci)

@javiercn
Copy link
Copy Markdown
Member

@danmoseley yep.

Just filing an issue for tracking and retrying the build

@danmoseley danmoseley merged commit fe84bd0 into dotnet:main Jul 12, 2024
@dotnet-policy-service dotnet-policy-service Bot added this to the 9.0-preview7 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants