NET10 Prep work #7623
ci.yml
on: pull_request
Matrix: containers / containers
db-container
/
db-container
1m 2s
windows-installers
/
build
5m 34s
Matrix: build
Matrix: container-test / container-test
Annotations
13 errors
|
Linux-Default
Process completed with exit code 1.
|
|
Linux-Default
Exit code = 1
|
|
All_types_defined_in_manifest_files_exist_in_specified_assembly:
/_/src/ServiceControl.Transports.Tests/TransportManifestLibraryTests.cs#L87
System.Exception : Approval verification failed.
- Approval File: TransportManifestLibraryTests.All_types_defined_in_manifest_files_exist_in_specified_assembly.approved.txt (length=371)
- Received File: TransportManifestLibraryTests.All_types_defined_in_manifest_files_exist_in_specified_assembly.received.txt (length=103)
Approved: [\n "AmazonSQS",\n "AzureStorageQueue",\n "Lea
Received: [\n "AzureStorageQueue",\n "LearningTransport"
-----------------^
|
|
ServiceControlTransport:
/_/src/ServiceControl.Transports.Tests/API/APIApprovals.cs#L14
System.Exception : Approval verification failed.
- Approval File: APIApprovals.ServiceControlTransport.approved.txt (length=13708)
- Received File: APIApprovals.ServiceControlTransport.received.txt (length=13710)
Approved: g.TargetFramework(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")]\n
Received: g.TargetFramework(".NETCoreApp,Version=v10.0", FrameworkDisplayName=".NET 10.0")
--------------------------------------------------^
|
|
Windows-Default
Process completed with exit code 1.
|
|
Windows-Default
Exit code = 1
|
|
All_types_defined_in_manifest_files_exist_in_specified_assembly:
/_/src/ServiceControl.Transports.Tests/TransportManifestLibraryTests.cs#L87
System.Exception : Approval verification failed.
- Approval File: TransportManifestLibraryTests.All_types_defined_in_manifest_files_exist_in_specified_assembly.approved.txt (length=371)
- Received File: TransportManifestLibraryTests.All_types_defined_in_manifest_files_exist_in_specified_assembly.received.txt (length=103)
Approved: [\n "AmazonSQS",\n "AzureStorageQueue",\n "Lea
Received: [\n "AzureStorageQueue",\n "LearningTransport"
-----------------^
|
|
ServiceControlTransport:
/_/src/ServiceControl.Transports.Tests/API/APIApprovals.cs#L14
System.Exception : Approval verification failed.
- Approval File: APIApprovals.ServiceControlTransport.approved.txt (length=13708)
- Received File: APIApprovals.ServiceControlTransport.received.txt (length=13710)
Approved: g.TargetFramework(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")]\n
Received: g.TargetFramework(".NETCoreApp,Version=v10.0", FrameworkDisplayName=".NET 10.0")
--------------------------------------------------^
|
|
Windows-RabbitMQ
Process completed with exit code 1.
|
|
Windows-RabbitMQ
Exit code = 1
|
|
RunScenario:
/_/src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/RabbitMQQueryTests.cs#L118
Multiple failures or warnings in test:
1) There should be no errors
at ServiceControl.Transport.Tests.TransportTestFixture.<>c.<SendAndReceiveMessages>b__13_1(ErrorContext _, CancellationToken __) in /_/src/ServiceControl.Transports.Tests/TransportTestFixture.cs:line 205
at NServiceBus.Transport.RabbitMQ.MessagePump.Process(AsyncEventingBasicConsumer consumer, BasicDeliverEventArgs message, CancellationToken messageProcessingCancellationToken) in /_/src/NServiceBus.Transport.RabbitMQ/Receiving/MessagePump.cs:line 447
at NServiceBus.Transport.RabbitMQ.MessagePump.ProcessAndSwallowExceptions(AsyncEventingBasicConsumer consumer, BasicDeliverEventArgs message, CancellationToken messageProcessingCancellationToken) in /_/src/NServiceBus.Transport.RabbitMQ/Receiving/MessagePump.cs:line 360
at NServiceBus.Transport.RabbitMQ.MessagePump.Consumer_Received(Object sender, BasicDeliverEventArgs eventArgs)
at NServiceBus.Transport.RabbitMQ.MessagePump.Consumer_Received(Object sender, BasicDeliverEventArgs eventArgs)
at RabbitMQ.Client.Impl.AsyncEventingWrapper`1.InternalInvoke(Delegate[] handlers, Object sender, TEvent event)
at RabbitMQ.Client.Events.AsyncEventingBasicConsumer.HandleBasicDeliverAsync(String consumerTag, UInt64 deliveryTag, Boolean redelivered, String exchange, String routingKey, IReadOnlyBasicProperties properties, ReadOnlyMemory`1 body, CancellationToken cancellationToken)
at RabbitMQ.Client.ConsumerDispatching.AsyncConsumerDispatcher.ProcessChannelAsync()
2) There should be no critical errors
at ServiceControl.Transport.Tests.TransportTestFixture.<>c.<StartQueueIngestor>b__9_0(String _, Exception __) in /_/src/ServiceControl.Transports.Tests/TransportTestFixture.cs:line 149
at ServiceControl.Transports.TransportCustomization`1.<>c__DisplayClass16_1.<CreateTransportInfrastructure>b__2() in /_/src/ServiceControl.Transports/TransportCustomization.cs:line 163
at System.Threading.Tasks.Task`1.InnerInvoke()
3) System.Threading.Tasks.TaskCanceledException : A task was canceled.
at ServiceControl.Transports.RabbitMQ.RabbitMQQuery.GetThroughputPerDay(IBrokerQueue brokerQueue, DateOnly startDate, CancellationToken cancellationToken)+MoveNext() in /_/src/ServiceControl.Transports.RabbitMQ/RabbitMQQuery.cs:line 54
at ServiceControl.Transports.RabbitMQ.RabbitMQQuery.GetThroughputPerDay(IBrokerQueue brokerQueue, DateOnly startDate, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at ServiceControl.Transport.Tests.RabbitMQQueryTests.RunScenario() in /_/src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/RabbitMQQueryTests.cs:line 118
at ServiceControl.Transport.Tests.RabbitMQQueryTests.RunScenario() in /_/src/ServiceControl.Transports.RabbitMQQuorumDirectRouting.Tests/RabbitMQQueryTests.cs:line 118
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
|
|
Windows-RabbitMQ
Exit code = 1
|
|
Should_report_queue_length:
/_/src/ServiceControl.Transports.Tests/QueueLengthMonitoringTests.cs#L15
RabbitMQ.Client.Exceptions.OperationInterruptedException : The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=541, text='INTERNAL_ERROR - Cannot declare quorum queue 'queuelength--hlc1ji4vjl4' in vhost '/' on node 'rabbit@SandboxHost-639005445784609518' with leader on node 'rabbit@SandboxHost-639005445784609518': cluster_not_formed', classId=50, methodId=10
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Linux-assets
Expired
|
315 MB |
sha256:7b99d808b8ac28d756829851eda99befc8ac88717475f3a0726228c1e35caace
|
|
|
Particular~ServiceControl~N8BKXU.dockerbuild
|
85.5 KB |
sha256:a66afb093c415668c5fd9cfed57ee10204a651fffcc75d46ed30bbdb179bd275
|
|
|
Particular~ServiceControl~NALPWE.dockerbuild
|
86.3 KB |
sha256:baa96759afe12fc4226444cf9f394accc9835100492e6b6bb14c190ccd0997d6
|
|
|
Particular~ServiceControl~PKAA5P.dockerbuild
|
87.5 KB |
sha256:a0a28d425bdc0e8e25321f1643682dfecdcac973c332b1522c74f9b0c3a62b90
|
|
|
Windows-assets
Expired
|
309 MB |
sha256:56033db18c45ed081e6cfa808dc6359c038ff0c9d4f7e0849db38aa9bc5a9250
|
|
|
assets
Expired
|
440 MB |
sha256:920cd060b86ebb2eb1ec7e71bff825b0574b3a8aa8ed61de2acca9ce03e0f3bc
|
|
|
nugets
Expired
|
22 MB |
sha256:ef657c668193382abe17a41ba9e789bc1dd7ec6bcf921fc849b350c99933481f
|
|
|
zips
Expired
|
184 MB |
sha256:726866b5fb6d34e88b80c5bbdc1b0bd99681508a48d83696dc699255a78ac9df
|
|