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

chore(deps): update dependency serilog.aspnetcore to 8.0.2 - autoclosed #903

Closed
wants to merge 1 commit into from

chore(deps): update dependency serilog.aspnetcore to 8.0.2

8881226
Select commit
Loading
Failed to load commit list.
Closed

chore(deps): update dependency serilog.aspnetcore to 8.0.2 - autoclosed #903

chore(deps): update dependency serilog.aspnetcore to 8.0.2
8881226
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI - Arcus.Templates failed Sep 10, 2024 in 24m 50s

Build #1.1.0-PR-903-20240910.7 had test failures

Details

Tests

  • Failed: 2 (2.70%)
  • Passed: 72 (97.30%)
  • Other: 0 (0.00%)
  • Total: 74

Annotations

Check failure on line 165 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI - Arcus.Templates

Build log #L165

Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 170 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI - Arcus.Templates

Build log #L170

Dotnet command failed with non-zero exit code on the following projects : [
  '/home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/Arcus.Templates.Tests.Integration.csproj'
]

Check failure on line 1 in Arcus.Templates.Tests.Integration.Worker.ServiceBus.ServiceBusQueueMessagePumpTests.MinimumServiceBusQueueWorker_PublishServiceBusMessage_MessageSuccessfullyProcessed

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI - Arcus.Templates

Arcus.Templates.Tests.Integration.Worker.ServiceBus.ServiceBusQueueMessagePumpTests.MinimumServiceBusQueueWorker_PublishServiceBusMessage_MessageSuccessfullyProcessed

Polly.Timeout.TimeoutRejectedException : The delegate executed through TimeoutPolicy did not complete within the timeout.
---- System.OperationCanceledException : The operation was canceled.
Raw output
   at Polly.Timeout.TimeoutEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, Func`2 timeoutProvider, TimeoutStrategy timeoutStrategy, Action`4 onTimeout)
   at Polly.Timeout.TimeoutPolicy.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken)
   at Polly.Policy.Execute[TResult](Func`3 action, Context context, CancellationToken cancellationToken)
   at Polly.Wrap.PolicyWrapEngine.Implementation[TResult](Func`3 func, Context context, CancellationToken cancellationToken, ISyncPolicy outerPolicy, ISyncPolicy`1 innerPolicy)
   at Polly.Wrap.PolicyWrap`1.Implementation(Func`3 action, Context context, CancellationToken cancellationToken)
   at Polly.Policy`1.Execute(Func`3 action, Context context, CancellationToken cancellationToken)
   at Polly.Policy`1.Execute(Func`1 action)
   at Arcus.Templates.Tests.Integration.Worker.ServiceBus.Fixture.TestServiceBusMessagePumpService.ConsumeMessageAsync(TraceParent traceParent) in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/Worker/ServiceBus/Fixture/TestServiceBusMessagePumpService.cs:line 106
   at Arcus.Templates.Tests.Integration.Worker.ServiceBus.Fixture.TestServiceBusMessagePumpService.SimulateMessageProcessingAsync() in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/Worker/ServiceBus/Fixture/TestServiceBusMessagePumpService.cs:line 50
   at Arcus.Templates.Tests.Integration.Worker.ServiceBus.ServiceBusQueueMessagePumpTests.MinimumServiceBusQueueWorker_PublishServiceBusMessage_MessageSuccessfullyProcessed() in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/Worker/ServiceBus/ServiceBusQueueMessagePumpTests.cs:line 28
   at Arcus.Templates.Tests.Integration.Worker.ServiceBus.ServiceBusQueueMessagePumpTests.MinimumServiceBusQueueWorker_PublishServiceBusMessage_MessageSuccessfullyProcessed() in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/Worker/ServiceBus/ServiceBusQueueMessagePumpTests.cs:line 28
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at Polly.Utilities.SystemClock.<>c.<.cctor>b__6_0(TimeSpan timeSpan, CancellationToken cancellationToken)
   at Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider)
   at Polly.Retry.RetryPolicy`1.Implementation(Func`3 action, Context context, CancellationToken cancellationToken)
   at Polly.Policy`1.Execute(Func`3 action, Context context, CancellationToken cancellationToken)
   at Polly.Wrap.PolicyWrapEngine.<>c__DisplayClass2_0`1.<Implementation>b__0(Context ctx, CancellationToken ct)
   at Polly.Timeout.TimeoutEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, Func`2 timeoutProvider, TimeoutStrategy timeoutStrategy, Action`4 onTimeout)

Check failure on line 1 in Arcus.Templates.Tests.Integration.AzureFunctions.ServiceBus.MessageHandling.OrderMessageHandlerTests.ServiceBusProject_WithDefault_CorrectlyProcessesMessage(entityType: Topic)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI - Arcus.Templates

Arcus.Templates.Tests.Integration.AzureFunctions.ServiceBus.MessageHandling.OrderMessageHandlerTests.ServiceBusProject_WithDefault_CorrectlyProcessesMessage(entityType: Topic)

Arcus.Templates.Tests.Integration.Fixture.CannotStartTemplateProjectException : The test project created from the Azure Functions project template doesn't seem to be running, please check any build or runtime errors that could occur when the test project was created
Raw output
   at Arcus.Templates.Tests.Integration.AzureFunctions.AzureFunctionsProject.WaitUntilTriggerIsAvailableAsync(Uri endpoint) in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/AzureFunctions/AzureFunctionsProject.cs:line 154
   at Arcus.Templates.Tests.Integration.AzureFunctions.ServiceBus.AzureFunctionsServiceBusProject.StartAsync(ServiceBusEntityType entityType) in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/AzureFunctions/ServiceBus/AzureFunctionsServiceBusProject.cs:line 167
   at Arcus.Templates.Tests.Integration.AzureFunctions.ServiceBus.AzureFunctionsServiceBusProject.StartAsync(ServiceBusEntityType entityType) in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/AzureFunctions/ServiceBus/AzureFunctionsServiceBusProject.cs:line 172
   at Arcus.Templates.Tests.Integration.AzureFunctions.ServiceBus.AzureFunctionsServiceBusProject.StartNewProjectAsync(ServiceBusEntityType entityType, AzureFunctionsServiceBusProjectOptions options, TestConfig configuration, ITestOutputHelper outputWriter) in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/AzureFunctions/ServiceBus/AzureFunctionsServiceBusProject.cs:line 100
   at Arcus.Templates.Tests.Integration.AzureFunctions.ServiceBus.AzureFunctionsServiceBusProject.StartNewProjectAsync(ServiceBusEntityType entityType, TestConfig configuration, ITestOutputHelper outputWriter) in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/AzureFunctions/ServiceBus/AzureFunctionsServiceBusProject.cs:line 72
   at Arcus.Templates.Tests.Integration.AzureFunctions.ServiceBus.MessageHandling.OrderMessageHandlerTests.ServiceBusProject_WithDefault_CorrectlyProcessesMessage(ServiceBusEntityType entityType) in /home/vsts/work/1/s/src/Arcus.Templates.Tests.Integration/AzureFunctions/ServiceBus/MessageHandling/OrderMessageHandlerTests.cs:line 30
--- End of stack trace from previous location ---