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

[Subscription Update] Errors during subscription updates to 81cacc63-f62c-4136-ba26-08d9a85a1151 #15177

Closed
dotnet-maestro-int bot opened this issue Nov 16, 2021 · 0 comments
Labels
DependencyUpdateError Captures dependency update errors

Comments

@dotnet-maestro-int
Copy link

The following errors have been detected when attempting to perform updates for subscription
'81cacc63-f62c-4136-ba26-08d9a85a1151'

Subscription id : '81cacc63-f62c-4136-ba26-08d9a85a1151'
Error Message : 'Unexpected error processing action: The exception Microsoft.DotNet.DarcLib.DependencyFileNotFoundException was unhandled on the service and could not be serialized for transferring to the client.
Detailed Remote Exception Information: Microsoft.DotNet.DarcLib.DependencyFileNotFoundException: Required dependency file 'eng/Version.Details.xml' in repository 'maestro-auth-test/maestro-test2' branch 'GitHub_NonBatchedTestBranch_fv-az223-380' was not found.
---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Microsoft.DotNet.DarcLib.HttpRequestManager.ExecuteAsync(Int32 retryCount) in //src/Microsoft.DotNet.Darc/src/DarcLib/Helpers/HttpRequestManager.cs:line 100
at Microsoft.DotNet.DarcLib.GitHubClient.ExecuteRemoteGitCommandAsync(HttpMethod method, String requestUri, ILogger logger, String body, String versionOverride, Int32 retryCount, Boolean logFailure) in /
/src/Microsoft.DotNet.Darc/src/DarcLib/GitHubClient.cs:line 751
at Microsoft.DotNet.DarcLib.GitHubClient.GetFileContentsAsync(String owner, String repo, String filePath, String branch) in //src/Microsoft.DotNet.Darc/src/DarcLib/GitHubClient.cs:line 135
--- End of inner exception stack trace ---
at Microsoft.DotNet.DarcLib.GitHubClient.GetFileContentsAsync(String owner, String repo, String filePath, String branch) in /
/src/Microsoft.DotNet.Darc/src/DarcLib/GitHubClient.cs:line 135
at Microsoft.DotNet.DarcLib.GitHubClient.GetFileContentsAsync(String filePath, String repoUri, String branch) in //src/Microsoft.DotNet.Darc/src/DarcLib/GitHubClient.cs:line 97
at Microsoft.DotNet.DarcLib.GitFileManager.ReadXmlFileAsync(String filePath, String repoUri, String branch) in /
/src/Microsoft.DotNet.Darc/src/DarcLib/Helpers/GitFileManager.cs:line 883
at Microsoft.DotNet.DarcLib.GitFileManager.ReadVersionDetailsXmlAsync(String repoUri, String branch) in //src/Microsoft.DotNet.Darc/src/DarcLib/Helpers/GitFileManager.cs:line 51
at Microsoft.DotNet.DarcLib.GitFileManager.ParseVersionDetailsXmlAsync(String repoUri, String branch, Boolean includePinned) in /
/src/Microsoft.DotNet.Darc/src/DarcLib/Helpers/GitFileManager.cs:line 123
at Microsoft.DotNet.DarcLib.Remote.GetDependenciesAsync(String repoUri, String branchOrCommit, String name, Boolean loadAssetLocations) in //src/Microsoft.DotNet.Darc/src/DarcLib/Actions/Remote.cs:line 1367
at SubscriptionActorService.PullRequestActorImplementation.GetRequiredUpdates(List1 updates, IRemoteFactory remoteFactory, String targetRepository, String branch) in /_/src/Maestro/SubscriptionActorService/PullRequestActor.cs:line 1252 at SubscriptionActorService.PullRequestActorImplementation.UpdatePullRequestAsync(InProgressPullRequest pr, List1 updates) in /
/src/Maestro/SubscriptionActorService/PullRequestActor.cs:line 1117
at SubscriptionActorService.PullRequestActorImplementation.UpdateAssetsAsync(Guid subscriptionId, Int32 buildId, String sourceRepo, String sourceSha, List1 assets) in /_/src/Maestro/SubscriptionActorService/PullRequestActor.cs:line 657 at Microsoft.DotNet.ServiceFabric.ServiceHost.AsyncInterceptor.<>c__DisplayClass8_0.<<InterceptAsync>b__0>d.MoveNext() in /_/src/Microsoft.DotNet.ServiceFabric.ServiceHost/LoggedServiceRemoting/AsyncInterceptor.cs:line 125 --- End of stack trace from previous location where exception was thrown --- at Microsoft.DotNet.ServiceFabric.ServiceHost.Actors.ActorMethodInterceptor1.InterceptAsync[T](IInvocation invocation, Func1 call) in /_/src/Microsoft.DotNet.ServiceFabric.ServiceHost/Actors/DelegatedActor.cs:line 169 at Microsoft.ServiceFabric.Services.Remoting.Builder.MethodDispatcherBase.<>c.<ContinueWith>b__9_0(Task t) at System.Threading.Tasks.ContinuationResultTaskFromTask1.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.ServiceFabric.Actors.Runtime.ActorManager.<>c__DisplayClass57_0.b__0(Task1 t) at System.Threading.Tasks.ContinuationResultTaskFromResultTask2.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.ServiceFabric.Actors.Runtime.ActorManager.DispatchToActorConcurrencyLockHeldAsync[T](ActorId actorId, ActorMethodContext actorMethodContext, ActorBase actor, Func3 actorFunc, String callContext, CancellationToken cancellationToken) at Microsoft.ServiceFabric.Actors.Runtime.ActorManager.DispatchToActorAsync[T](ActorId actorId, ActorMethodContext actorMethodContext, Boolean createIfRequired, Func3 actorFunc, String callContext, Boolean timerCall, CancellationToken cancellationToken)
at Microsoft.ServiceFabric.Actors.Runtime.ActorManager.DispatchToActorAsync[T](ActorId actorId, ActorMethodContext actorMethodContext, Boolean createIfRequired, Func3 actorFunc, String callContext, Boolean timerCall, CancellationToken cancellationToken) at Microsoft.ServiceFabric.Services.Remoting.Runtime.ServiceRemotingCancellationHelper.DispatchRequest[T](Int32 interfaceId, Int32 methodId, String callContext, Func2 dispatchFunc)
at Microsoft.ServiceFabric.Actors.Remoting.V2.Runtime.ActorServiceRemotingDispatcher.HandleActorMethodDispatchAsync(IActorRemotingMessageHeaders messageHeaders, IServiceRemotingRequestMessageBody msgBody)
at Microsoft.ServiceFabric.Services.Remoting.V2.FabricTransport.Runtime.FabricTransportMessageHandler.RequestResponseAsync(FabricTransportRequestContext requestContext, FabricTransportMessage fabricTransportMessage)'
Method : 'UpdateAsync'
Action : 'Updating subscription for build 28267'
Last seen : '11/15/2021 8:28:54 PM'
/FyiHandle : @epananth

@dotnet-maestro-int dotnet-maestro-int bot added the DependencyUpdateError Captures dependency update errors label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DependencyUpdateError Captures dependency update errors
Projects
None yet
Development

No branches or pull requests

1 participant