Skip to content

Conversation

@andreasohlund
Copy link
Member

@andreasohlund andreasohlund commented Mar 9, 2025

Since using it seems to break the docker images

2025-03-09T12:40:44.3553460Z 2025-03-09 12:38:58.3425|00:00:00.000|1|Info|LoggingConfiguration|Logging to console with LogLevel 'Info'
2025-03-09T12:40:44.3556065Z Process terminated. MVID mismatch between loaded assembly 'System.Diagnostics.DiagnosticSource' (MVID = ***c1d6e5b7-ecd6-4787-8f15-7b45ac06a62e***) and an assembly with the same simple name embedded in the native image 'full-composite.r2r.dll' (MVID = ***fb7c66d8-b0cc-43ca-919c-82fe9459a327***)
2025-03-09T12:40:44.3558222Z    at System.Net.Http.HttpConnectionSettings..ctor()
2025-03-09T12:40:44.3558934Z    at System.Net.Http.SocketsHttpHandler..ctor()
2025-03-09T12:40:44.3560206Z    at Azure.Core.Pipeline.HttpClientTransport.CreateDefaultHandler(Azure.Core.Pipeline.HttpPipelineTransportOptions)
2025-03-09T12:40:44.3561871Z    at Azure.Core.Pipeline.HttpClientTransport.CreateDefaultClient(Azure.Core.Pipeline.HttpPipelineTransportOptions)
2025-03-09T12:40:44.3563219Z    at Azure.Core.Pipeline.HttpClientTransport..ctor()
2025-03-09T12:40:44.3563961Z    at Azure.Core.Pipeline.HttpClientTransport..cctor()
2025-03-09T12:40:44.3565062Z    at Azure.Core.Pipeline.HttpPipelineTransport.Create(Azure.Core.Pipeline.HttpPipelineTransportOptions)
2025-03-09T12:40:44.3566358Z    at Azure.Core.ClientOptions..ctor(Azure.Core.ClientOptions, Azure.Core.DiagnosticsOptions)
2025-03-09T12:40:44.3567268Z    at Azure.Core.DefaultClientOptions..ctor()
2025-03-09T12:40:44.3567911Z    at Azure.Core.ClientOptions..cctor()
2025-03-09T12:40:44.3568529Z    at Azure.Core.ClientOptions.get_Default()
2025-03-09T12:40:44.3569136Z    at Azure.Core.ClientOptions..ctor()
2025-03-09T12:40:44.3570146Z    at Azure.Messaging.ServiceBus.Administration.ServiceBusAdministrationClientOptions..ctor(ServiceVersion)
2025-03-09T12:40:44.3571769Z    at Azure.Messaging.ServiceBus.Administration.ServiceBusAdministrationClient..ctor(System.String)
2025-03-09T12:40:44.3573163Z    at NServiceBus.AzureServiceBusTransport+<Initialize>d__2.MoveNext()
2025-03-09T12:40:44.3574560Z    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NServiceBus.AzureServiceBusTransport+<Initialize>d__2, NServiceBus.Transport.AzureServiceBus, Version=5.0.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c]](<Initialize>d__2 ByRef)
2025-03-09T12:40:44.3577690Z    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NServiceBus.AzureServiceBusTransport+<Initialize>d__2, NServiceBus.Transport.AzureServiceBus, Version=5.0.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c]](<Initialize>d__2 ByRef)
2025-03-09T12:40:44.3579659Z    at NServiceBus.AzureServiceBusTransport.Initialize(NServiceBus.Transport.HostSettings, NServiceBus.Transport.ReceiveSettings[], System.String[], System.Threading.CancellationToken)
2025-03-09T12:40:44.3581046Z    at ServiceControl.Transports.TransportCustomization`1+<ProvisionQueues>d__15[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
2025-03-09T12:40:44.3583427Z    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[ServiceControl.Transports.TransportCustomization`1+<ProvisionQueues>d__15[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ServiceControl.Transports, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<ProvisionQueues>d__15<System.__Canon> ByRef)
2025-03-09T12:40:44.3586057Z    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[ServiceControl.Transports.TransportCustomization`1+<ProvisionQueues>d__15[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ServiceControl.Transports, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<ProvisionQueues>d__15<System.__Canon> ByRef)
2025-03-09T12:40:44.3588378Z    at ServiceControl.Transports.TransportCustomization`1[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ProvisionQueues(ServiceControl.Transports.TransportSettings, System.Collections.Generic.IEnumerable`1<System.String>)
2025-03-09T12:40:44.3589762Z    at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand+<Execute>d__0.MoveNext()
2025-03-09T12:40:44.3591038Z    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand+<Execute>d__0, ServiceControl.Audit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<Execute>d__0 ByRef)
2025-03-09T12:40:44.3592987Z    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand+<Execute>d__0, ServiceControl.Audit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<Execute>d__0 ByRef)
2025-03-09T12:40:44.3594672Z    at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(ServiceControl.Audit.Infrastructure.Hosting.HostArguments, ServiceControl.Audit.Infrastructure.Settings.Settings)
2025-03-09T12:40:44.3595827Z    at ServiceControl.Audit.Infrastructure.Hosting.Commands.CommandRunner+<Execute>d__2.MoveNext()
2025-03-09T12:40:44.3597115Z    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[ServiceControl.Audit.Infrastructure.Hosting.Commands.CommandRunner+<Execute>d__2, ServiceControl.Audit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<Execute>d__2 ByRef)
2025-03-09T12:40:44.3598900Z    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[ServiceControl.Audit.Infrastructure.Hosting.Commands.CommandRunner+<Execute>d__2, ServiceControl.Audit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<Execute>d__2 ByRef)
2025-03-09T12:40:44.3600564Z    at ServiceControl.Audit.Infrastructure.Hosting.Commands.CommandRunner.Execute(ServiceControl.Audit.Infrastructure.Hosting.HostArguments, ServiceControl.Audit.Infrastructure.Settings.Settings)
2025-03-09T12:40:44.3601701Z    at Program+<<Main>$>d__0.MoveNext()
2025-03-09T12:40:44.3602534Z    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Program+<<Main>$>d__0, ServiceControl.Audit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<<Main>$>d__0 ByRef)
2025-03-09T12:40:44.3604327Z    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[Program+<<Main>$>d__0, ServiceControl.Audit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null]](<<Main>$>d__0 ByRef)
2025-03-09T12:40:44.3605460Z    at Program.<Main>$(System.String[])
2025-03-09T12:40:44.3605786Z    at Program.<Main>(System.String[])

@andreasohlund andreasohlund requested a review from ramonsmits March 9, 2025 13:58
@andreasohlund andreasohlund self-assigned this Mar 9, 2025
@andreasohlund andreasohlund enabled auto-merge (squash) March 9, 2025 13:59
@andreasohlund andreasohlund merged commit 037ef3b into master Mar 10, 2025
32 checks passed
@andreasohlund andreasohlund deleted the revert-diagnostics-source branch March 10, 2025 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants