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

Add & publish a cm.1 file for each .rpm we ship #58465

Merged

Conversation

NikolaMilosavljevic
Copy link
Member

@NikolaMilosavljevic NikolaMilosavljevic commented Aug 31, 2021

This change picks up updated Installers package from Arcade, change: dotnet/arcade#7812

Fixes: #58141

This is needed for proper signing of RPM packages.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@danmoseley
Copy link
Member

Infra work necessary to ship -- tell mode. approved.

@danmoseley
Copy link
Member

@MattGal is this a distinct issue?

.packages/microsoft.dotnet.helix.sdk/6.0.0-beta.21427.6/tools/Microsoft.DotNet.Helix.Sdk.MonoQueue.targets(55,5): error : (NETCORE_ENGINEERING_TELEMETRY=Helix) StorageException: nodename nor servname provided, or not known (helixde8s23ayyeko0k025g8.blob.core.windows.net:443)
   at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteAsyncInternal[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext, CancellationToken token)
   at Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob.<>c__DisplayClass28_0.<<UploadFromStreamAsyncHelper>b__0>d.MoveNext()
--- End of stack trace from previous location ---

@MattGal
Copy link
Member

MattGal commented Aug 31, 2021

@MattGal is this a distinct issue?

.packages/microsoft.dotnet.helix.sdk/6.0.0-beta.21427.6/tools/Microsoft.DotNet.Helix.Sdk.MonoQueue.targets(55,5): error : (NETCORE_ENGINEERING_TELEMETRY=Helix) StorageException: nodename nor servname provided, or not known (helixde8s23ayyeko0k025g8.blob.core.windows.net:443)
   at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteAsyncInternal[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext, CancellationToken token)
   at Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob.<>c__DisplayClass28_0.<<UploadFromStreamAsyncHelper>b__0>d.MoveNext()
--- End of stack trace from previous location ---

Not sure what you mean by distinct, but it's a transient DNS resolution error inside the Azure C# SDK's UploadFromStreamAsync() method that either reproduced or didn't get retried automatically. It's definitely unrelated to the AzDO Feed stuff we've been chatting about, but if you see more of them we should consider wrapping with retry, but only after following up with the SDK team / code inspection to figure out whether there is already any retry at play here.

@NikolaMilosavljevic
Copy link
Member Author

NikolaMilosavljevic commented Sep 1, 2021

Infra work necessary to ship -- tell mode. approved.

All checks have passed - @danmoseley, @jkoritzinsky can you approve this PR?

@NikolaMilosavljevic NikolaMilosavljevic merged commit bc4422e into dotnet:release/6.0 Sep 1, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Oct 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants