MihuBot / runtime-utils

0 stars 0 forks source link

[JitDiff X64] [EgorBo] JIT: Skip more covariance checks #580

Open MihuBot opened 2 weeks ago

MihuBot commented 2 weeks ago

Something went wrong with the Job after 1 minute :man_shrugging:

Azure.RequestFailedException: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.
Status: 200 (OK)
ErrorCode: DeploymentFailed

Service request succeeded. Response content and headers are not included to avoid logging sensitive data.

   at Azure.Core.OperationInternal`1.GetResponseFromState(OperationState`1 state)
   at Azure.Core.OperationInternal`1.UpdateStatusAsync(Boolean async, CancellationToken cancellationToken)
   at Azure.Core.OperationInternalBase.UpdateStatusAsync(CancellationToken cancellationToken)
   at Azure.Core.OperationPoller.WaitForCompletionAsync(Boolean async, OperationInternalBase operation, Nullable`1 delayHint, CancellationToken cancellationToken)
   at Azure.Core.OperationInternalBase.WaitForCompletionResponseAsync(Boolean async, Nullable`1 pollingInterval, String scopeName, CancellationToken cancellationToken)
   at Azure.Core.OperationInternal`1.WaitForCompletionAsync(Boolean async, Nullable`1 pollingInterval, CancellationToken cancellationToken)
   at Azure.Core.OperationInternal`1.WaitForCompletionAsync(CancellationToken cancellationToken)
   at Azure.ResourceManager.Resources.ArmDeploymentCollection.CreateOrUpdateAsync(WaitUntil waitUntil, String deploymentName, ArmDeploymentContent content, CancellationToken cancellationToken)
   at MihuBot.RuntimeUtils.JobBase.<>c__DisplayClass117_0.<<RunOnNewVirtualMachineAsync>g__RunAzureVirtualMachineAsync|0>d.MoveNext() in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JobBase.cs:line 671
--- End of stack trace from previous location ---
   at MihuBot.RuntimeUtils.JobBase.RunOnNewVirtualMachineAsync(Int32 defaultAzureCoreCount, CancellationToken jobTimeout) in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JobBase.cs:line 611
   at MihuBot.RuntimeUtils.JitDiffJob.RunJobAsyncCore(CancellationToken jobTimeout) in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JitDiffJob.cs:line 32
   at MihuBot.RuntimeUtils.JobBase.RunJobAsync() in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JobBase.cs:line 218
MihuBot commented 2 weeks ago

@EgorBo

MihaZupan commented 2 weeks ago

581 Not sure what's up with that