This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.47k
stars
4.8k
forks
source link
[FormRecognizer] OutputModelsTrainedWithLabels failing in nightly runs #36078
Data:
error-0: 3018: Timeout on getting OCR result. Timeout on processing OCR request.
Stack trace
at Azure.Core.OperationInternal1.GetResponseFromState(OperationState1 state) in D:\a_work\1\s\sdk\core\Azure.Core\src\Shared\OperationInternalOfT.cs:line 285
at Azure.Core.OperationInternal1.<UpdateStatusAsync>d__20.MoveNext() in D:\a\_work\1\s\sdk\core\Azure.Core\src\Shared\OperationInternalOfT.cs:line 273 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Threading.Tasks.ValueTask1.get_Result()
at Azure.Core.OperationInternalBase.<UpdateStatusAsync>d13.MoveNext() in D:\a_work\1\s\sdk\core\Azure.Core\src\Shared\OperationInternalBase.cs:line 87
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Threading.Tasks.ValueTask`1.get_Result()
at Azure.Core.OperationPoller.<WaitForCompletionAsync>d11.MoveNext() in D:\a_work\1\s\sdk\core\Azure.Core\src\Shared\OperationPoller.cs:line 85
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Threading.Tasks.ValueTask1.get_Result() at Azure.Core.OperationInternalBase.<WaitForCompletionResponseAsync>d__19.MoveNext() in D:\a\_work\1\s\sdk\core\Azure.Core\src\Shared\OperationInternalBase.cs:line 212 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Threading.Tasks.ValueTask1.get_Result()
at Azure.Core.OperationInternal1.<WaitForCompletionAsync>d__19.MoveNext() in D:\a\_work\1\s\sdk\core\Azure.Core\src\Shared\OperationInternalOfT.cs:line 237 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Threading.Tasks.ValueTask1.get_Result()
at Azure.Core.OperationInternal1.<WaitForCompletionAsync>d__15.MoveNext() in D:\a\_work\1\s\sdk\core\Azure.Core\src\Shared\OperationInternalOfT.cs:line 176 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Threading.Tasks.ValueTask1.get_Result()
at Azure.AI.FormRecognizer.Models.RecognizeCustomFormsOperation.<WaitForCompletionAsync>d15.MoveNext() in D:\a_work\1\s\sdk\formrecognizer\Azure.AI.FormRecognizer\src\FormRecognizerClient\RecognizeCustomFormsOperation.cs:line 77
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Threading.Tasks.ValueTask`1.get_Result()
at Azure.AI.FormRecognizer.OperationExtensions.<WaitForCompletionAsync>d3.MoveNext() in D:\a_work\1\s\sdk\formrecognizer\Azure.AI.FormRecognizer\src\OperationExtensions.cs:line 66
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
FormRecognizer nightly test runs are failing with:
For more details check here:
@jsquire for notification.